Hi, here's a patch (currently against stable-queue but applicable to
master, too) to enable selecting of the internal mic on a Dell XPSM
1530.  Please apply.

Thanks,
-Dan
From cdcfc702400e6781144ac1b91a3e2dc4471e07a8 Mon Sep 17 00:00:00 2001
From: Daniel T Chen <crim...@ubuntu.com>
Date: Thu, 25 Nov 2010 09:54:07 -0500
Subject: [PATCH] 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 <crim...@ubuntu.com>
---
 .../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 6c5fae9..61d47db 100644
--- a/src/modules/alsa/mixer/paths/analog-input.conf.common
+++ b/src/modules/alsa/mixer/paths/analog-input.conf.common
@@ -90,6 +90,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
-- 
1.7.1

_______________________________________________
pulseaudio-discuss mailing list
pulseaudio-discuss@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss

Reply via email to