summaryrefslogtreecommitdiffstats
path: root/src/modules/alsa/alsa-mixer.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary #includesMaarten Bosmans2011-06-221-6/+4
* alsa-mixer: select nearest alsa volume step in sync-volume modeJuho Hämäläinen2011-06-221-7/+69
* alsa-mixer: When setting hw volume, always round up with playback and down wi...Colin Guthrie2011-06-221-1/+3
* alsa-mixer: Fix the assumption that volume is always positiveLu Guanqun2011-05-301-1/+5
* 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-201-2/+44
* Get rid of some warnings: -Wunsafe-loop-optimizationsMaarten Bosmans2011-03-201-7/+7
* 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-111-1/+67
* 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-111-53/+207
* alsa-mixer: Add DecibelFix section to the profile set config file format.Tanu Kaskinen2011-03-111-3/+220
* alsa-mixer: Fix a git-am cockup in b0f72311Colin Guthrie2011-03-041-3/+3
* alsa-mixer: always round towards 0 dBDavid Henningsson2011-02-251-6/+9
* alsa-mixer: add required-any and required-* for enum optionsDavid Henningsson2011-02-251-12/+78
* alsa-mixer: Add a few well-known descriptionsDavid Henningsson2011-02-251-0/+7
* alsa-mixer: Fix path set building when using the element-output or element-in...Tanu Kaskinen2011-02-251-0/+5
* Fix typosZhang Wanming2010-12-201-4/+4
* alsa-mixer: make a few strings translatableLennart Poettering2010-11-251-3/+3
* alsa: Take syncronized HW volume infra into use for alsa-sinkJyri Sarha2010-10-161-7/+110
* alsa: fix mixer profiles, add passthrough configPierre-Louis Bossart2010-07-131-3/+5
* 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: use default output port namesLennart Poettering2010-02-211-2/+0
* alsa: cover "Desktop Speaker" mixer elementsLennart Poettering2010-02-211-1/+2
* alsa: cover bass boost mixer elementLennart Poettering2010-02-091-0/+2
* alsa: introduce more standard path namesLennart Poettering2009-11-051-10/+14
* alsa: Give all ports a human name to allow UI tools to present the choice to ...Colin Guthrie2009-09-181-3/+3
* alsa: correct assumptions about channels an element lacksVladimir Kokarev2009-09-171-10/+2
* alsa: when probing for profiles configure buffer/period sizes since some brok...Lennart Poettering2009-09-091-3/+20
* llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixesLennart Poettering2009-09-081-1/+1
* adjust various data/library paths automatically if we are run from a build treeLennart Poettering2009-08-211-3/+13
* alsa: adjust priority bonus of mappings that match the configured default cha...Lennart Poettering2009-08-121-2/+2
* alsa: don't reset volume/mute when selecting pathLennart Poettering2009-07-231-2/+2
* alsa: synthesize volume values more sensibly for channels that are not contro...Lennart Poettering2009-06-191-3/+21
* alsa: properly count mappings of manually defined profilesLennart Poettering2009-06-181-0/+6
* alsa: fix duplicate mapping detectionLennart Poettering2009-06-181-2/+2
* alsa: allow placing device id in alsa device strings at arbitrary positionsLennart Poettering2009-06-171-2/+2
* alsa: rework mixer logicLennart Poettering2009-06-171-0/+3382