summaryrefslogtreecommitdiff
path: root/src/modules/alsa/module-alsa-card.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-11alsa-mixer: Make speaker get available=no when headphones are plugged inDavid Henningsson1-1/+1
2012-03-11alsa: Jack detection kcontrol implementationDavid Henningsson1-5/+127
2011-12-01alsa: add card ports and path probe cacheDavid Henningsson1-4/+16
2011-11-03alsa: fixed_latency_range modarg for module-alsa-cardLars R. Damerow1-0/+2
2011-10-20alsa: Handle the "profile" modarg in module-alsa-cardTanu Kaskinen1-0/+4
2011-10-17alsa: New modarg "paths_dir" for module-alsa-cardTanu Kaskinen1-1/+4
2011-09-13volume: Rename 'sync volume' to 'deferred volume'.Colin Guthrie1-2/+2
2011-09-07alsa: Tidy up argument descriptionsColin Guthrie1-2/+2
2011-08-11Move i18n.[ch] to src/pulsecoreMaarten Bosmans1-1/+1
2011-03-11alsa-card: Print the profile set configuration when loading the card.Tanu Kaskinen1-0/+1
2011-03-11alsa-mixer: Add DecibelFix section to the profile set config file format.Tanu Kaskinen1-0/+8
2011-02-25alsa-card: Add a new modarg "profile_set" for giving the card a custom profil...Tanu Kaskinen1-1/+8
2010-10-16alsa: Take syncronized HW volume infra into use for alsa-sinkJyri Sarha1-1/+3
2010-08-24module-alsa-card: New argument: namereg_fail.Tanu Kaskinen1-0/+15
2009-09-09alsa: when probing for profiles configure buffer/period sizes since some brok...Lennart Poettering1-1/+1
2009-06-18alsa: unify alsa log handling and snd_config_update_free_global() handling in...Lennart Poettering1-4/+2
2009-06-17alsa: rework mixer logicLennart Poettering1-115/+146
2009-05-28modules: add {sink|source|card}_properties argument to all modulesLennart Poettering1-3/+15
2009-05-26alsa: fix wording, we are speaking of card profiles, not output profilesLennart Poettering1-1/+1
2009-04-19alsa: properly convert return values of snd_strerror() to utf8Lennart Poettering1-1/+1
2009-03-20don't try to unref reserve stuff if we don't use itLennart Poettering1-1/+2
2009-03-03fix device reservation for system modeLennart Poettering1-2/+3
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-03-01add logic for initializing a useful icon nameLennart Poettering1-1/+1
2009-03-01get additional device data from udevLennart Poettering1-0/+1
2009-02-24set reserve interface application device nameLennart Poettering1-0/+5
2009-02-24implement device reservation schemeLennart Poettering1-1/+15
2009-02-21prefer profiles that match the default channel mapLennart Poettering1-5/+26
2009-02-20Make sure we actually call _() for translating profile namesLennart Poettering1-4/+6
2009-01-27when changing volume, store whether it is worth remembering or noLennart Poettering1-2/+2
2009-01-27add new paramter ignore_dB= to alsa modulesLennart Poettering1-1/+3
2009-01-24include a few HAL properties in our card/sink/source properties for ALSA devicesLennart Poettering1-1/+1
2009-01-23make module-alsa-card move streams between the old and new sink/source, allow...Lennart Poettering1-2/+29
2009-01-22rework logic how alsa sinks/sources/cards are namedLennart Poettering1-2/+34
2009-01-21make implementation of module-alsa-card completeLennart Poettering1-12/+94
2009-01-20add priority logic to find best default profileLennart Poettering1-0/+1
2009-01-20always add 'disabled' profileLennart Poettering1-1/+20
2009-01-20fix profile names to include input/output specifierLennart Poettering1-2/+3
2009-01-17actually create pa_card object in module-alsa-cardLennart Poettering1-7/+147
2009-01-16add card profile proberLennart Poettering1-0/+56