summaryrefslogtreecommitdiffstats
path: root/src/modules/alsa/module-alsa-card.c
Commit message (Collapse)AuthorAgeFilesLines
* 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, ↵Lennart Poettering2009-01-231-2/+29
| | | | allowing 'hot' switching between profiles
* 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