diff options
author | Daniel T Chen <crimsun@ubuntu.com> | 2010-03-10 18:14:11 -0500 |
---|---|---|
committer | Colin Guthrie <cguthrie@mandriva.org> | 2010-03-12 08:53:23 +0000 |
commit | 29845be64dc1470060388c2fb32223ff42af8d25 (patch) | |
tree | cedf7ceeb6d1c24c79bd1fce035f3d7f92c80bd0 | |
parent | d3efa43d85ac132c6a5a416a2b6f2115f5d577ee (diff) |
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.
-rw-r--r-- | src/modules/alsa/mixer/paths/analog-input.conf.common | 4 |
1 files changed, 4 insertions, 0 deletions
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 |