summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * Allow to opt-out from building tests.Diego E. 'Flameeyes' Pettenò2009-01-201-3/+9
* | 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 p...Lennart Poettering2009-01-191-6/+18
* 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
* sink: trigger subscribe event on sink state changeMarc-André Lureau2009-01-201-1/+3
* pulse: introspect sink stateMarc-André Lureau2009-01-206-29/+104
* Merge commit 'vudentz/master'Lennart Poettering2009-01-191-2/+5
|\
| * Fix hsp rate and channels.Luiz Augusto von Dentz2009-01-191-2/+5
* | Merge commit '7104d54bbce8f9bd2553e16f45f3a0f69ac75b8b'Lennart Poettering2009-01-191-4/+6
|\ \
| * | Add proper -I directives for out-of-tree builds.Diego E. 'Flameeyes' Pettenò2009-01-191-0/+5
| * | Create only the directory the current target should be created into.Diego E. 'Flameeyes' Pettenò2009-01-191-4/+1
| |/
* | Beef pactl output up a bitLennart Poettering2009-01-192-82/+132
* | show dB and balance for cached samplesLennart Poettering2009-01-191-1/+5
* | fix up balance format string a bitLennart Poettering2009-01-191-3/+3
* | fix doxygen version referencesLennart Poettering2009-01-193-8/+8
* | fix bad free()Lennart Poettering2009-01-191-2/+0
* | allow setting properties for modules, tooLennart Poettering2009-01-198-7/+55
* | show balance value in CLI listingsLennart Poettering2009-01-191-1/+9
* | add api for manipulating volume balancesLennart Poettering2009-01-194-0/+136
* | get rid of pa_module_get_info because it is not usedLennart Poettering2009-01-172-8/+0
* | beautify cli output a bitLennart Poettering2009-01-171-14/+14
* | dump profiles when listing cardsLennart Poettering2009-01-171-2/+15
* | actually create pa_card object in module-alsa-cardLennart Poettering2009-01-173-14/+165
* | Don't enumerate invalid profileLennart Poettering2009-01-171-2/+3