summaryrefslogtreecommitdiffstats
path: root/src/modules/alsa
Commit message (Expand)AuthorAgeFilesLines
* alsa: fix bad memory access for devices that lack a mixerLennart Poettering2009-06-101-1/+3
* core: make sure soft mute status stays in sync with hw mute statusLennart Poettering2009-06-082-2/+2
* alsa: monitor device reservation status and resume automatically when device ...Lennart Poettering2009-06-052-6/+124
* core: add a suspend cause flags fieldLennart Poettering2009-06-052-2/+2
* modules: add {sink|source|card}_properties argument to all modulesLennart Poettering2009-05-285-3/+31
* alsa: fix wording, we are speaking of card profiles, not output profilesLennart Poettering2009-05-261-1/+1
* alsa: be a bit more verbose when a hwparam call failsLennart Poettering2009-05-141-8/+37
* alsa: include mixer name in sink/source propertiesLennart Poettering2009-05-124-14/+63
* core: introduce pa_{sink,source}_set_fixed_latency()Lennart Poettering2009-05-082-4/+4
* alsa: initialize buffer size before number of periods to improve compat with ...Lennart Poettering2009-05-011-13/+20
* alsa: don't hit an assert when invalid module arguments are passedLennart Poettering2009-05-012-2/+4
* alsa: allow configuration of fallback device strings in profilesLennart Poettering2009-04-292-37/+90
* alsa: remove debug codeLennart Poettering2009-04-191-2/+0
* alsa: properly convert return values of snd_strerror() to utf8Lennart Poettering2009-04-195-53/+86
* core: introduce new 'reference' volume for sinksLennart Poettering2009-04-131-1/+1
* alsa: include the alsa mixer control that is used in the property listLennart Poettering2009-04-134-4/+7
* alsa: store mixer controls to use in profile dataLennart Poettering2009-04-134-19/+48
* alsa: when passing emptry mixer control name, force sw volumeLennart Poettering2009-04-131-0/+5
* make sure we never overflow when calculating sleep timeLennart Poettering2009-04-132-4/+28
* set fixed latencies at more places where appropriateLennart Poettering2009-04-102-8/+9
* alsa: when printing warning about bogus data from alsa include snd_pcm_dump()Lennart Poettering2009-04-104-6/+10
* Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-04-054-4/+28
|\
| * refuse to initialize on modem devicesLennart Poettering2009-04-044-0/+24
| * various spelling fixesMaarten Bosmans2009-04-042-3/+3
| * downgrade a few messagesLennart Poettering2009-04-031-1/+1
* | Modify smoothing code to make cubic interpolation optional and allow 'quick f...Lennart Poettering2009-04-052-9/+18
|/
* Specifying ALSA mixer controlKyle Cronan2009-03-316-8/+19
* don't enabled tsched on software ALSA devicesLennart Poettering2009-03-304-1/+26
* use u->use_tsched everywhereLennart Poettering2009-03-252-2/+2
* set latency range only in tsched modeLennart Poettering2009-03-252-19/+19
* introduce new flag that marks sinks/sources which can adjust the latency dyna...Lennart Poettering2009-03-252-2/+2
* set request/rewind sizes only via accessor functionsLennart Poettering2009-03-241-1/+1
* simplify latency range by not allowing stored 'wildcard' ranges anymoreLennart Poettering2009-03-242-2/+2
* don't try to unref reserve stuff if we don't use itLennart Poettering2009-03-201-1/+2
* fix channel mapping for a52 devices. Closes #508Lennart Poettering2009-03-201-3/+3
* various smaller cleanupsLennart Poettering2009-03-042-18/+7
* fix device reservation for system modeLennart Poettering2009-03-033-2/+9
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-039-9/+9
* Merge commit 'coling/master'Lennart Poettering2009-03-022-2/+2
|\
| * Don't assume that device reservation is enabled.Colin Guthrie2009-02-282-2/+2
* | add logic for initializing a useful icon nameLennart Poettering2009-03-015-20/+11
* | get additional device data from udevLennart Poettering2009-03-015-11/+46
|/
* when alsa tweaks our sample_spec make sure we adjust the watermark accordinglyLennart Poettering2009-02-272-4/+6
* when an underrun happens, increase watermark by 10ms instead of doubling itLennart Poettering2009-02-272-10/+39
* set reserve interface application device nameLennart Poettering2009-02-243-0/+35
* don't put both the card and the pcm name in the description of a device if on...Lennart Poettering2009-02-241-3/+3
* implement device reservation schemeLennart Poettering2009-02-245-1/+204
* in case alsa lies to use don't spin foreverLennart Poettering2009-02-242-0/+37
* if ALSA gives us nonsensical data at least try to fix it up a littleLennart Poettering2009-02-241-4/+15
* use pa_alsa_safe_delay() where appropriateLennart Poettering2009-02-232-2/+2