From f7b262763a995b802e85c3cf66bb2fb11bea17ff Mon Sep 17 00:00:00 2001 From: Daniel T Chen Date: Wed, 10 Mar 2010 18:14:11 -0500 Subject: alsa: Handle 'Digital Mic' as an 'Input Source' BugLink: https://launchpad.net/bugs/533877 Some laptops have 'Digital Mic' exposed as an 'Input Source', e.g., Dell XPS 1330, so handle these, too. --- src/modules/alsa/mixer/paths/analog-input.conf.common | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/modules/alsa/mixer/paths') diff --git a/src/modules/alsa/mixer/paths/analog-input.conf.common b/src/modules/alsa/mixer/paths/analog-input.conf.common index 66c3ddaa..6c5fae99 100644 --- a/src/modules/alsa/mixer/paths/analog-input.conf.common +++ b/src/modules/alsa/mixer/paths/analog-input.conf.common @@ -62,6 +62,10 @@ priority = 5 [Element Input Source] enumeration = select +[Option Input Source:Digital Mic] +name = input-microphone +priority = 20 + [Option Input Source:Mic] name = input-microphone priority = 20 -- cgit