diff options
| author | Daniel T Chen <crimsun@ubuntu.com> | 2010-11-25 09:54:07 -0500 | 
|---|---|---|
| committer | Colin Guthrie <cguthrie@mandriva.org> | 2010-11-25 15:14:03 +0000 | 
| commit | dad4b4e7428a7612a3f55af35ed5fe8da8f16236 (patch) | |
| tree | 45eb15cbfc020c5cc589734ec8997c99779cec14 | |
| parent | 167a9a4ae660d253628d1931a773a5490786d1d7 (diff) | |
Handle 'Internal Mic 1' as an 'Input Source'
BugLink: https://launchpad.net/bugs/680810
Some laptops have 'Internal Mic 1' exposed as an 'Input Source', e.g., Dell
XPSM 1530, so handle these, too.
Signed-off-by: Daniel T Chen <crimsun@ubuntu.com>
| -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 5e73ae69..0b2cfd94 100644 --- a/src/modules/alsa/mixer/paths/analog-input.conf.common +++ b/src/modules/alsa/mixer/paths/analog-input.conf.common @@ -94,6 +94,10 @@ priority = 19  name = input-microphone  priority = 19 +[Option Input Source:Internal Mic 1] +name = input-microphone +priority = 19 +  [Option Input Source:Line]  name = input-linein  priority = 18  | 
