From dbdb4607b02bf312255da980e3b01aa6733c0800 Mon Sep 17 00:00:00 2001 From: David Henningsson Date: Wed, 19 Jan 2011 15:40:56 +0100 Subject: alsa-mixer: Make sure capture source and input source use right path Make sure that mic and line (with common names) use the specific path instead of the analog-input one. Signed-off-by: David Henningsson --- src/modules/alsa/mixer/paths/analog-input-mic.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/modules/alsa/mixer/paths/analog-input-mic.conf') diff --git a/src/modules/alsa/mixer/paths/analog-input-mic.conf b/src/modules/alsa/mixer/paths/analog-input-mic.conf index 8565ebe2..d88028bf 100644 --- a/src/modules/alsa/mixer/paths/analog-input-mic.conf +++ b/src/modules/alsa/mixer/paths/analog-input-mic.conf @@ -53,12 +53,14 @@ enumeration = select [Option Input Source:Mic] name = analog-input-microphone +required-any = any [Element Capture Source] enumeration = select [Option Capture Source:Mic] name = analog-input-microphone +required-any = any ;;; Some AC'97s have "Mic Select" and "Mic Boost (+20dB)" -- cgit