summaryrefslogtreecommitdiffstats
path: root/src/modules/alsa
Commit message (Expand)AuthorAgeFilesLines
* alsa-mixer: Check that the kernel driver returns consistent limits with both ...Tanu Kaskinen2011-03-301-0/+37
* alsa-mixer: Make sure that SND_MIXER_SCHN_UNKNOWN isn't used when indexing e-...Tanu Kaskinen2011-03-301-2/+11
* alsa-mixer: Make probing elements with more than two volume channels fail.Tanu Kaskinen2011-03-301-0/+16
* alsa-mixer: Get rid of a compiler warning.Tanu Kaskinen2011-03-281-2/+2
* Move compile-time checks around pa_run_from_build_tree to core-utilMaarten Bosmans2011-03-241-8/+4
* alsa-mixer: Refactoring: merge element_mute_volume(), element_zero_volume() a...Tanu Kaskinen2011-03-201-67/+35
* alsa-mixer: Implement constant volume.Tanu Kaskinen2011-03-203-12/+59
* Get rid of some warnings: -Wunsafe-loop-optimizationsMaarten Bosmans2011-03-201-7/+7
* Update PA_MODULE_USAGE to be in line with actual implementationMaarten Bosmans2011-03-182-1/+5
* alsa: Add two more ALSA audio card profilesDaniel Mack2011-03-183-0/+225
* Fix up according to Coding StyleMaarten Bosmans2011-03-112-2/+2
* alsa-mixer: When figuring out the max_dB of a path, use only channels that ar...Tanu Kaskinen2011-03-111-4/+9
* alsa-mixer: Implement support for setting element specific upper limits for v...Tanu Kaskinen2011-03-113-1/+69
* alsa-card: Print the profile set configuration when loading the card.Tanu Kaskinen2011-03-111-0/+1
* alsa-mixer: Add a default case for a switch, so that the compiler won't compl...Tanu Kaskinen2011-03-111-15/+17
* alsa-mixer: Use decibel fixes when getting and setting decibel volumes.Tanu Kaskinen2011-03-112-56/+212
* alsa-mixer: Add DecibelFix section to the profile set config file format.Tanu Kaskinen2011-03-114-14/+297
* alsa-mixer: Fix a git-am cockup in b0f72311Colin Guthrie2011-03-041-3/+3
* 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