summaryrefslogtreecommitdiffstats
path: root/src/modules/alsa
Commit message (Expand)AuthorAgeFilesLines
* alsa-mixer: Add support for "Line Boost" elementDavid Henningsson2011-02-282-0/+11
* alsa-mixer: Make sure capture source and input source use right pathDavid Henningsson2011-02-256-45/+12
* alsa-mixer: Fixup "Mic"/"Line"/"analog-input" paths to work with the new pathsDavid Henningsson2011-02-254-22/+111
* alsa-mixer: Add new paths for Internal Mic, Front Mic, Rear Mic and Dock MicDavid Henningsson2011-02-256-78/+317
* alsa-mixer: always round towards 0 dBDavid Henningsson2011-02-251-6/+9
* alsa-mixer: add required-any and required-* for enum optionsDavid Henningsson2011-02-253-12/+91
* alsa-mixer: Add a few well-known descriptionsDavid Henningsson2011-02-251-0/+7
* alsa-card: Add a new modarg "profile_set" for giving the card a custom profil...Tanu Kaskinen2011-02-251-1/+8
* alsa-mixer: Fix path set building when using the element-output or element-in...Tanu Kaskinen2011-02-251-0/+5
* alsa: disable period wakeups in tsched mode if possiblePierre-Louis Bossart2011-02-011-0/+28
* build: Don't include empty Makefile.am in subdirsMaarten Bosmans2011-01-314-80/+0
* ratelimit: fix log levels of log suppression messagesLennart Poettering2011-01-312-5/+5
* alsa-sink: Don't assume we were able to enable hw-volume or sync-volume (v1.1)Jyri Sarha2011-01-151-21/+21
* alsa-sink: Fix double use of stringJyri Sarha2011-01-151-6/+8
* Fix typosZhang Wanming2010-12-201-4/+4
* build-sys: Replace dummy Makefiles with proper Makefile.am'sColin Guthrie2010-12-058-4/+80
* alsa-sink: take base volume into account when applying hw volumeJuho Hämäläinen2010-12-011-2/+8
* alsa-source: fix enum typesLennart Poettering2010-11-251-2/+2
* alsa-mixer: make a few strings translatableLennart Poettering2010-11-251-3/+3
* Handle 'Internal Mic 1' as an 'Input Source'Daniel T Chen2010-11-251-0/+4
* Add "Rear Mic" to alsa mixer paths.David Henningsson2010-11-252-0/+13
* alsa: Print dB values in addition to percentages in debug messages.Tanu Kaskinen2010-11-192-17/+46
* alsa: Sprinkle some PA_UNLIKELYs around error checksArun Raghavan2010-11-181-11/+10
* alsa: remove redundant call to snd_pcm_nonblock()Pierre-Louis Bossart2010-11-161-2/+0
* alsa-mixer: add profile for Native Instruments KorecontrollerDaniel Mack2010-10-162-0/+86
* daemon-conf: Add sync volume parameters to daemon-confJyri Sarha2010-10-161-0/+1
* alsa: Take syncronized HW volume infra into use for alsa-sinkJyri Sarha2010-10-166-25/+246
* alsa: Only set the 'first' flag to false when we actually call snd_pcm_start()Colin Guthrie2010-09-141-1/+2
* alsa: Set the rewind safeguard proportionally to sample specColin Guthrie2010-09-141-2/+3
* alsa-mixer: add profile for Traktor Kontrol S4Daniel Mack2010-09-122-0/+82
* alsa: make defines for smoother configurationWim Taymans2010-09-092-4/+10
* alsa: work around slightly broken _delay implementationsWim Taymans2010-09-094-6/+46
* 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-302-2/+28
* alsa-sink: Get rid of a compiler warning regarding rewind_safeguard type.Tanu Kaskinen2010-08-241-2/+2
* module-alsa-card: New argument: namereg_fail.Tanu Kaskinen2010-08-241-0/+15
* alsa: resume smoother after unsuspendWim Taymans2010-08-231-1/+1
* AC3 passthrough supportPierre-Louis Bossart2010-08-121-0/+7
* alsa: add missing iec958 files from previous commitPierre-Louis Bossart2010-07-152-0/+38
* alsa: fix mixer profiles, add passthrough configPierre-Louis Bossart2010-07-132-6/+12
* alsa: disable rewinds when using ALSA pluginsPierre-Louis Bossart2010-07-131-2/+12
* alsa: Fix assertion on mmap_write (triggered via a52 plugin)Colin Guthrie2010-07-131-0/+3
* alsa: Fix log output to inform about positive base volumes correctly.Tanu Kaskinen2010-05-102-8/+2
* alsa-mixer: Replace erroneous PA_ALSA_VOLUME_IGNORE with PA_ALSA_ENUMERATION_...Tanu Kaskinen2010-05-101-1/+1
* alsa-mixer: Use pa_xfree() instead of pa_xstrdup() for freeing a string.Tanu Kaskinen2010-05-101-1/+1
* alsa: Handle 'Digital Mic' as an 'Input Source'Daniel T Chen2010-05-081-0/+4
* add rewind-safeguard parameterPierre-Louis Bossart2010-05-082-5/+17
* thread: name all threads so that the names appear in /proc/$PID/task/$TID/commLennart Poettering2010-05-072-2/+2
* alsa: don't make use of tsched related variables when tsched is disabledLennart Poettering2010-02-232-22/+40