summaryrefslogtreecommitdiffstats
path: root/src/modules/alsa/mixer/paths/analog-input-mic.conf.common
Commit message (Collapse)AuthorAgeFilesLines
* alsa-mixer: Add support for "Line Boost" elementDavid Henningsson2011-02-281-0/+4
| | | | Signed-off-by: David Henningsson <david.henningsson@canonical.com>
* alsa-mixer: Fixup "Mic"/"Line"/"analog-input" paths to work with the new pathsDavid Henningsson2011-02-251-0/+7
| | | | Signed-off-by: David Henningsson <david.henningsson@canonical.com>
* alsa-mixer: Add new paths for Internal Mic, Front Mic, Rear Mic and Dock MicDavid Henningsson2011-02-251-56/+18
| | | | Signed-off-by: David Henningsson <david.henningsson@canonical.com>
* Add "Rear Mic" to alsa mixer paths.David Henningsson2010-11-251-0/+9
| | | | Signed-off-by: David Henningsson <david.henningsson@canonical.com>
* alsa: Cover the 'Int Mic Boost' element.Colin Guthrie2010-02-091-0/+9
| | | | | | | | | | This is not 100% ideal as we have not way to tie specific boosts to specific inputs and this particular chipset (as noted in #772) appears to support just that. For the time being incorporate it into the normal boost logic. See http://pulseaudio.org/ticket/772
* alsa: add copyright blobs and comments to all mixer paths/profile setsLennart Poettering2009-06-191-0/+20
|
* alsa: merge mic boost into volume sliderLennart Poettering2009-06-181-0/+2
|
* alsa: rework mixer logicLennart Poettering2009-06-171-0/+41
Completely rework mixer logic. This now allows controlling a full set of elements from a single sink's volume slider/mute button. This also introduces sink and source "ports" that can be used to choose different input or output ports with the UI. (i.e. "mic"/"line-in" or "speaker"/"headphones". The mixer paths and device maps are now configered in external configuration files and can be tweaked as necessary.