summaryrefslogtreecommitdiffstats
path: root/src/modules/alsa/alsa-source.c
Commit message (Expand)AuthorAgeFilesLines
* alsa: Fix log output to inform about positive base volumes correctly.Tanu Kaskinen2011-04-041-4/+1
* Fix up according to Coding StyleMaarten Bosmans2011-03-111-1/+1
* ratelimit: fix log levels of log suppression messagesLennart Poettering2011-01-311-2/+2
* alsa-source: fix enum typesLennart Poettering2010-11-251-2/+2
* alsa: Print dB values in addition to percentages in debug messages.Tanu Kaskinen2010-11-191-7/+18
* alsa: Take syncronized HW volume infra into use for alsa-sinkJyri Sarha2010-10-161-1/+1
* alsa: make defines for smoother configurationWim Taymans2010-09-091-2/+5
* alsa: work around slightly broken _delay implementationsWim Taymans2010-09-091-1/+1
* alsa-source: refactor smoother and device startWim Taymans2010-09-071-8/+18
* alsa: increase the smoother windowWim Taymans2010-09-031-2/+2
* alsa-sink/source: Use the "namereg_fail" module argument.Tanu Kaskinen2010-08-301-1/+14
* alsa: resume smoother after unsuspendWim Taymans2010-08-231-1/+1
* alsa: Fix log output to inform about positive base volumes correctly.Tanu Kaskinen2010-05-101-4/+1
* thread: name all threads so that the names appear in /proc/$PID/task/$TID/commLennart Poettering2010-05-071-1/+1
* alsa: don't make use of tsched related variables when tsched is disabledLennart Poettering2010-02-231-11/+17
* alsa: ignore volume changes from the hw if we are not on the active consoleLennart Poettering2010-02-091-0/+3
* alsa: fix log output when the audio device refuses to give us again the same ...Lennart Poettering2009-11-201-1/+1
* alsa: disable timer-based scheduling inside a VMLennart Poettering2009-11-051-4/+1
* alsa: disable period event only with tsched=1Lennart Poettering2009-10-061-1/+1
* alsa: properly report suspension error codesLennart Poettering2009-09-111-9/+13
* alsa: disable tsched for software devices before we configure the buffer metr...Lennart Poettering2009-09-091-5/+0
* alsa: pass SND_PCM_NONBLOCK when opening device during unsuspend, the same wa...Lennart Poettering2009-09-091-1/+1
* alsa: rework buffer/period configurationLennart Poettering2009-09-091-21/+24
* llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixesLennart Poettering2009-09-081-2/+1
* alsa: by default increase watermarks only on real underruns, don't try to be ...Lennart Poettering2009-09-011-1/+1
* alsa: distuingish real underruns from left_to_play=0Lennart Poettering2009-09-011-1/+3
* alsa: automatically decrease watermark after a time of stabilityLennart Poettering2009-08-241-34/+111
* alsa: increase interval between smoother updates exponentially for alsa sourc...Lennart Poettering2009-08-231-2/+18
* source: rework volume handlingLennart Poettering2009-08-191-13/+24
* alsa: properly treat ESTRPIPE as system suspendLennart Poettering2009-08-041-0/+3
* alsa: throw timing data away after device resumeLennart Poettering2009-07-241-1/+3
* alsa: handle correctly if alsa returns us 0 or EAGAIN on snd_pcm_mmap_begin i...Lennart Poettering2009-07-241-7/+21
* alsa: deal properly with IO functions asking us to write 0 bytesLennart Poettering2009-07-221-1/+7
* Merge most of elmarco/rtclock2Lennart Poettering2009-06-221-10/+11
|\
| * pulse: move pa_rtclock_now in pulsecommonMarc-André Lureau2009-06-201-4/+5
| * perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`Marc-André Lureau2009-06-191-6/+6
* | core: get rid of rt sig/timer handling since modern Linux' ppooll() is finall...Lennart Poettering2009-06-191-1/+0
|/
* alsa: unify alsa log handling and snd_config_update_free_global() handling in...Lennart Poettering2009-06-181-2/+0
* alsa: when creating alsa sinks/sources include mapping name in device name to...Lennart Poettering2009-06-181-3/+7
* alsa: rework mixer logicLennart Poettering2009-06-171-259/+217
* core: make sure soft mute status stays in sync with hw mute statusLennart Poettering2009-06-081-1/+1
* alsa: monitor device reservation status and resume automatically when device ...Lennart Poettering2009-06-051-3/+62
* core: add a suspend cause flags fieldLennart Poettering2009-06-051-1/+1
* modules: add {sink|source|card}_properties argument to all modulesLennart Poettering2009-05-281-0/+6
* alsa: include mixer name in sink/source propertiesLennart Poettering2009-05-121-1/+7
* core: introduce pa_{sink,source}_set_fixed_latency()Lennart Poettering2009-05-081-2/+2
* alsa: don't hit an assert when invalid module arguments are passedLennart Poettering2009-05-011-1/+2
* alsa: properly convert return values of snd_strerror() to utf8Lennart Poettering2009-04-191-12/+12
* alsa: include the alsa mixer control that is used in the property listLennart Poettering2009-04-131-1/+1
* alsa: store mixer controls to use in profile dataLennart Poettering2009-04-131-1/+1