summaryrefslogtreecommitdiffstats
path: root/src/modules/alsa
Commit message (Expand)AuthorAgeFilesLines
* alsa: properly treat ESTRPIPE as system suspendLennart Poettering2009-08-042-2/+5
* Recover stream when it's suspended upon rewindLubomir Rintel2009-08-031-1/+7
* alsa: revert to first set number of periods, then set buffer sizeLennart Poettering2009-07-311-26/+29
* alsa: throw timing data away after device resumeLennart Poettering2009-07-242-2/+8
* alsa: handle correctly if alsa returns us 0 or EAGAIN on snd_pcm_mmap_begin i...Lennart Poettering2009-07-242-11/+39
* alsa: don't reset volume/mute when selecting pathLennart Poettering2009-07-231-2/+2
* build-sys: add a couple of stub MakefilesLennart Poettering2009-07-233-0/+3
* alsa: control 'Speaker' element as wellLennart Poettering2009-07-234-0/+22
* alsa: deal properly with IO functions asking us to write 0 bytesLennart Poettering2009-07-222-2/+12
* alsa: fix a few commentsLennart Poettering2009-07-011-2/+1
* Merge most of elmarco/rtclock2Lennart Poettering2009-06-223-21/+23
|\
| * pulse: move pa_rtclock_now in pulsecommonMarc-André Lureau2009-06-203-9/+11
| * perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`Marc-André Lureau2009-06-192-12/+12
* | core: get rid of rt sig/timer handling since modern Linux' ppooll() is finall...Lennart Poettering2009-06-192-2/+0
|/
* alsa: synthesize volume values more sensibly for channels that are not contro...Lennart Poettering2009-06-191-3/+21
* alsa: document alsa mixer path/profile sets a bit moreLennart Poettering2009-06-192-3/+23
* alsa: add copyright blobs and comments to all mixer paths/profile setsLennart Poettering2009-06-1919-62/+430
* alsa: move udev rules file behind the other sound related rulesLennart Poettering2009-06-181-0/+0
* alsa: document default profile set a bit betterLennart Poettering2009-06-181-17/+39
* alsa: add profile set for Native Instruments 4 DJLennart Poettering2009-06-182-0/+90
* alsa: unify alsa log handling and snd_config_update_free_global() handling in...Lennart Poettering2009-06-187-20/+13
* alsa: merge mic boost into volume sliderLennart Poettering2009-06-181-0/+2
* alsa,core: include mapping name in description stringsLennart Poettering2009-06-181-9/+12
* alsa: add profile set for Native Instruments Audio 8 DJ sound cardLennart Poettering2009-06-182-0/+169
* alsa: properly count mappings of manually defined profilesLennart Poettering2009-06-181-0/+6
* alsa: fix duplicate mapping detectionLennart Poettering2009-06-181-2/+2
* alsa: when creating alsa sinks/sources include mapping name in device name to...Lennart Poettering2009-06-182-6/+14
* alsa: allow placing device id in alsa device strings at arbitrary positionsLennart Poettering2009-06-174-22/+22
* alsa: rework mixer logicLennart Poettering2009-06-1737-1590/+6471
* 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