From 3618268757792ac5f1fe931e3c0e8ae5d2ecea83 Mon Sep 17 00:00:00 2001 From: David Henningsson Date: Wed, 5 Jan 2011 13:27:53 +0100 Subject: alsa-mixer: Add new paths for Internal Mic, Front Mic, Rear Mic and Dock Mic Signed-off-by: David Henningsson --- .../alsa/mixer/paths/analog-input-mic.conf.common | 74 ++++++---------------- 1 file changed, 18 insertions(+), 56 deletions(-) (limited to 'src/modules/alsa/mixer/paths/analog-input-mic.conf.common') diff --git a/src/modules/alsa/mixer/paths/analog-input-mic.conf.common b/src/modules/alsa/mixer/paths/analog-input-mic.conf.common index 9bddd48c..1ffe59f3 100644 --- a/src/modules/alsa/mixer/paths/analog-input-mic.conf.common +++ b/src/modules/alsa/mixer/paths/analog-input-mic.conf.common @@ -18,64 +18,26 @@ ; ; See analog-output.conf.common for an explanation on the directives -;;; 'Mic Select' +[Element Line] +switch = off +volume = off -[Element Mic Select] -enumeration = select +[Element Aux] +switch = off +volume = off -[Option Mic Select:Mic1] -name = input-microphone -priority = 20 +[Element Video] +switch = off +volume = off -[Option Mic Select:Mic2] -name = input-microphone -priority = 19 +[Element Mic/Line] +switch = off +volume = off -;;; Various Boosts +[Element TV Tuner] +switch = off +volume = off -[Element Mic Boost (+20dB)] -switch = select -volume = merge - -[Option Mic Boost (+20dB):on] -name = input-boost-on - -[Option Mic Boost (+20dB):off] -name = input-boost-off - -[Element Mic Boost] -switch = select -volume = merge - -[Option Mic Boost:on] -name = input-boost-on - -[Option Mic Boost:off] -name = input-boost-off - -[Element Front Mic Boost] -switch = select - -[Option Front Mic Boost:on] -name = input-boost-on - -[Option Front Mic Boost:off] -name = input-boost-off - -[Element Rear Mic Boost] -switch = select - -[Option Rear Mic Boost:on] -name = input-boost-on - -[Option Rear Mic Boost:off] -name = input-boost-off - -[Element Int Mic Boost] -switch = select - -[Option Int Mic Boost:on] -name = input-boost-on - -[Option Int Mic Boost:off] -name = input-boost-off +[Element FM] +switch = off +volume = off -- cgit