forked from pool/pulseaudio
Scott Reeves
8ebb7137f0
Copy from home:sreeves1:branches:multimedia:libs/pulseaudio via accept of submit request 30064 revision 2. Request was accepted with message: OBS-URL: https://build.opensuse.org/request/show/30064 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=37
30 lines
926 B
Diff
30 lines
926 B
Diff
From 67c6535222508bd84a122860023a8dc7fd44cd35 Mon Sep 17 00:00:00 2001
|
|
From: Colin Guthrie <cguthrie@mandriva.org>
|
|
Date: Wed, 13 Jan 2010 23:44:00 +0000
|
|
Subject: [PATCH] alsa: cover Input Source:Int Mic
|
|
|
|
As seen on some HDA chips (e.g. Fujitsu Siemens S6410)
|
|
Refs http://pulseaudio.org/ticket/772
|
|
---
|
|
.../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 951e11f..fbdc8fb 100644
|
|
--- a/src/modules/alsa/mixer/paths/analog-input.conf.common
|
|
+++ b/src/modules/alsa/mixer/paths/analog-input.conf.common
|
|
@@ -78,6 +78,10 @@ priority = 19
|
|
name = input-microphone
|
|
priority = 19
|
|
|
|
+[Option Input Source:Int Mic]
|
|
+name = input-microphone
|
|
+priority = 19
|
|
+
|
|
[Option Input Source:Internal Mic]
|
|
name = input-microphone
|
|
priority = 19
|
|
--
|
|
1.6.0.2
|
|
|