summaryrefslogtreecommitdiffstats
path: root/src/modules/alsa/alsa-sink.c
Commit message (Expand)AuthorAgeFilesLines
* split out mixer setup into seperate functions to make things more readableLennart Poettering2009-02-191-82/+88
* simplify pa_alsa_init_proplist_pcm() a bit and include resolution bits in als...Lennart Poettering2009-02-181-9/+1
* unify ALSA mixer initializationLennart Poettering2009-02-141-37/+1
* rate limit underrun messagesLennart Poettering2009-02-041-1/+3
* fix two typosLennart Poettering2009-01-281-1/+1
* print the right software volumeLennart Poettering2009-01-281-2/+2
* add new paramter ignore_dB= to alsa modulesLennart Poettering2009-01-271-3/+8
* move flat volume logic into the core. while doing so add n_volume_steps field...Lennart Poettering2009-01-271-26/+17
* include a few HAL properties in our card/sink/source properties for ALSA devicesLennart Poettering2009-01-241-1/+1
* use pa_log_ratelimit() at a few placesLennart Poettering2009-01-241-3/+3
* include PA_SINK_INVALID_STATE in all switch/case statements to make gcc shut upLennart Poettering2009-01-221-0/+1
* rework logic how alsa sinks/sources/cards are namedLennart Poettering2009-01-221-16/+27
* mark a few more ALSA dB values as 'valid' for valgrindLennart Poettering2009-01-221-0/+8
* make implementation of module-alsa-card completeLennart Poettering2009-01-211-5/+6
* fill in dev_id properlyLennart Poettering2009-01-211-1/+7
* add an API to create arbitrary alsa sinks/sources dynamically without having ...Lennart Poettering2009-01-211-0/+1636