summaryrefslogtreecommitdiffstats
path: root/src/modules/alsa/module-alsa-card.c
Commit message (Expand)AuthorAgeFilesLines
* alsa: when probing for profiles configure buffer/period sizes since some brok...Lennart Poettering2009-09-091-1/+1
* alsa: unify alsa log handling and snd_config_update_free_global() handling in...Lennart Poettering2009-06-181-4/+2
* alsa: rework mixer logicLennart Poettering2009-06-171-115/+146
* modules: add {sink|source|card}_properties argument to all modulesLennart Poettering2009-05-281-3/+15
* alsa: fix wording, we are speaking of card profiles, not output profilesLennart Poettering2009-05-261-1/+1
* alsa: properly convert return values of snd_strerror() to utf8Lennart Poettering2009-04-191-1/+1
* don't try to unref reserve stuff if we don't use itLennart Poettering2009-03-201-1/+2
* fix device reservation for system modeLennart Poettering2009-03-031-2/+3
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* add logic for initializing a useful icon nameLennart Poettering2009-03-011-1/+1
* get additional device data from udevLennart Poettering2009-03-011-0/+1
* set reserve interface application device nameLennart Poettering2009-02-241-0/+5
* implement device reservation schemeLennart Poettering2009-02-241-1/+15
* prefer profiles that match the default channel mapLennart Poettering2009-02-211-5/+26
* Make sure we actually call _() for translating profile namesLennart Poettering2009-02-201-4/+6
* when changing volume, store whether it is worth remembering or noLennart Poettering2009-01-271-2/+2
* add new paramter ignore_dB= to alsa modulesLennart Poettering2009-01-271-1/+3
* include a few HAL properties in our card/sink/source properties for ALSA devicesLennart Poettering2009-01-241-1/+1
* make module-alsa-card move streams between the old and new sink/source, allow...Lennart Poettering2009-01-231-2/+29
* rework logic how alsa sinks/sources/cards are namedLennart Poettering2009-01-221-2/+34
* make implementation of module-alsa-card completeLennart Poettering2009-01-211-12/+94
* add priority logic to find best default profileLennart Poettering2009-01-201-0/+1
* always add 'disabled' profileLennart Poettering2009-01-201-1/+20
* fix profile names to include input/output specifierLennart Poettering2009-01-201-2/+3
* actually create pa_card object in module-alsa-cardLennart Poettering2009-01-171-7/+147
* add card profile proberLennart Poettering2009-01-161-0/+56