summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* include PA_SINK_INVALID_STATE in all switch/case statements to make gcc shut upLennart Poettering2009-01-227-0/+9
|
* fix minor memleak in proberLennart Poettering2009-01-221-0/+2
|
* rework logic how alsa sinks/sources/cards are namedLennart Poettering2009-01-225-34/+92
|
* make gcc shut upLennart Poettering2009-01-221-2/+2
|
* fix segfault when in record-only modeLennart Poettering2009-01-221-1/+1
|
* only reread volume if we actually have a good mixer. Closes #466Lennart Poettering2009-01-221-7/+8
|
* make gcc shut up a bit moreLennart Poettering2009-01-221-1/+6
|
* fix copy'n'paste errorLennart Poettering2009-01-221-2/+2
|
* add new function pa_strnaLennart Poettering2009-01-221-1/+4
|
* add new function pa_card_suspend()Lennart Poettering2009-01-222-0/+19
|
* mark a few more ALSA dB values as 'valid' for valgrindLennart Poettering2009-01-222-0/+16
|
* don't include full path in driver name.Lennart Poettering2009-01-226-6/+12
|
* implement pactl set-card-profileLennart Poettering2009-01-211-19/+38
|
* implement PA_COMMAND_SET_CARD_PROFILELennart Poettering2009-01-211-0/+40
|
* enable module-card-restore by defaultLennart Poettering2009-01-211-0/+1
|
* add a card profile restore moduleLennart Poettering2009-01-212-0/+292
|
* minor cleanupsLennart Poettering2009-01-211-3/+3
|
* don't restore mute/volume when already setLennart Poettering2009-01-211-10/+27
|
* make pa_card_new_data::active_profile a stringLennart Poettering2009-01-212-11/+26
|
* make implementation of module-alsa-card completeLennart Poettering2009-01-217-27/+114
|
* fill in dev_id properlyLennart Poettering2009-01-212-2/+13
|
* remove leftover defineLennart Poettering2009-01-211-2/+0
|
* when changing profiles do the actual assignment in the generic implementationLennart Poettering2009-01-211-1/+5
|
* remove bogus pa_core_check_idle() callLennart Poettering2009-01-211-2/+0
|
* add set-card-profile CLI commandLennart Poettering2009-01-211-0/+45
|
* allow cards be referenced by their indexLennart Poettering2009-01-211-0/+2
|
* fix copy/paste errorLennart Poettering2009-01-211-1/+1
|
* add an API to create arbitrary alsa sinks/sources dynamically without having ↵Lennart Poettering2009-01-217-2930/+3177
| | | | to load/unload modules
* add new call pa_alsa_open_by_device_id_profile()Lennart Poettering2009-01-204-41/+106
|
* export pa_channel_map_superset()Lennart Poettering2009-01-204-20/+24
|
* add priority logic to find best default profileLennart Poettering2009-01-206-15/+43
|
* always add 'disabled' profileLennart Poettering2009-01-201-1/+20
|
* remove unused variableLennart Poettering2009-01-201-1/+0
|
* show active profileLennart Poettering2009-01-201-0/+4
|
* add client API for querying card informationLennart Poettering2009-01-206-5/+344
|
* dump active profileLennart Poettering2009-01-201-0/+5
|
* fix destruction when no profiles are definedLennart Poettering2009-01-201-3/+5
|
* don't divide by zero if no left resp. no right channels are definedLennart Poettering2009-01-201-2/+9
|
* fix profile names to include input/output specifierLennart Poettering2009-01-201-2/+3
|
* add missing eof checksLennart Poettering2009-01-202-2/+5
|
* Merge commit 'flameeyes/buildfixes-2'Lennart Poettering2009-01-201-3/+11
|\
| * Include the alsa/ subdirectory for modules in the search path.Diego E. 'Flameeyes' Pettenò2009-01-201-0/+2
| | | | | | | | Without this, out of tree builds fails.
| * Allow to opt-out from building tests.Diego E. 'Flameeyes' Pettenò2009-01-201-3/+9
| | | | | | | | | | | | | | | | | | | | Since the tests are only useful either if you're hacking at pulseaudio as a developer, or when running "make check", allow users to opt-out from their build. This for instance allows for Gentoo users not to build the tests when installing the ebuild with tests disabled, and also allow for skipping over eventually broken tests when trying to get the basic build going on a port.
* | document that I am a retardLennart Poettering2009-01-201-0/+4
| |
* | remove misplaced whitespaceLennart Poettering2009-01-201-1/+1
|/
* include sink/source state in pactl outputLennart Poettering2009-01-191-0/+20
|
* Document explicitly that the internal sink/source states are not considered ↵Lennart Poettering2009-01-191-6/+18
| | | | part of the ABI/API
* pulse: share private enum values with client sideMarc-André Lureau2009-01-203-20/+18
|
* cli: fix broken array access with signed state enumsMarc-André Lureau2009-01-201-16/+36
| | | | | I wish I could have merge sink_to_string and source_to_string, but the enum values are equal, and we cannot assume they will always be.
* sink: trigger subscribe event on sink state changeMarc-André Lureau2009-01-201-1/+3
|