summaryrefslogtreecommitdiff
path: root/src/modules/alsa/alsa-source.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-20mergedrtpollLennart Poettering1-300/+360
2009-03-19prepare move to rtpollLennart Poettering1-1/+1
2009-03-04various smaller cleanupsLennart Poettering1-1/+1
2009-03-03fix device reservation for system modeLennart Poettering1-0/+3
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-03-02Merge commit 'coling/master'Lennart Poettering1-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/+2
2009-02-28Don't assume that device reservation is enabled.Colin Guthrie1-1/+1
2009-02-27when alsa tweaks our sample_spec make sure we adjust the watermark accordinglyLennart Poettering1-2/+3
2009-02-27when an underrun happens, increase watermark by 10ms instead of doubling itLennart Poettering1-3/+18
2009-02-24set reserve interface application device nameLennart Poettering1-0/+15
2009-02-24implement device reservation schemeLennart Poettering1-0/+81
2009-02-24in case alsa lies to use don't spin foreverLennart Poettering1-0/+18
2009-02-23use pa_alsa_safe_delay() where appropriateLennart Poettering1-1/+1
2009-02-23print driver name when we encounter driver bugsLennart Poettering1-6/+12
2009-02-21print warnings about driver bugs at most onceLennart Poettering1-8/+12
2009-02-21introduce default channel map in addition to the default sample specLennart Poettering1-0/+1
2009-02-20big alsa module rework to make things more robust to broken sound drivers and...Lennart Poettering1-120/+181
2009-02-20make profile names translatableLennart Poettering1-6/+7
2009-02-19split out mixer setup into seperate functions to make things more readableLennart Poettering1-81/+89
2009-02-18simplify pa_alsa_init_proplist_pcm() a bit and include resolution bits in als...Lennart Poettering1-9/+1
2009-02-14unify ALSA mixer initializationLennart Poettering1-37/+1
2009-02-04rate limit underrun messagesLennart Poettering1-1/+2
2009-01-28fix two typosLennart Poettering1-1/+1
2009-01-28print the right software volumeLennart Poettering1-2/+2
2009-01-27add new paramter ignore_dB= to alsa modulesLennart Poettering1-3/+8
2009-01-27move flat volume logic into the core. while doing so add n_volume_steps field...Lennart Poettering1-25/+18
2009-01-24include a few HAL properties in our card/sink/source properties for ALSA devicesLennart Poettering1-1/+1
2009-01-24use pa_log_ratelimit() at a few placesLennart Poettering1-3/+3
2009-01-22include PA_SINK_INVALID_STATE in all switch/case statements to make gcc shut upLennart Poettering1-0/+1
2009-01-22rework logic how alsa sinks/sources/cards are namedLennart Poettering1-16/+27
2009-01-22mark a few more ALSA dB values as 'valid' for valgrindLennart Poettering1-0/+8
2009-01-21make implementation of module-alsa-card completeLennart Poettering1-6/+10
2009-01-21fill in dev_id properlyLennart Poettering1-1/+6
2009-01-21add an API to create arbitrary alsa sinks/sources dynamically without having ...Lennart Poettering1-0/+1450