8a5e135
From 291cd096015d540d5064bfae94a66adc3bc3fc64 Mon Sep 17 00:00:00 2001
8a5e135
From: Colin Guthrie <cguthrie@mandriva.org>
8a5e135
Date: Wed, 13 Jan 2010 23:47:21 +0000
8a5e135
Subject: [PATCH 16/31] alsa: Cover the 'Int Mic Boost' element.
8a5e135
8a5e135
This is not 100% ideal as we have not way to tie specific boosts to specific
8a5e135
inputs and this particular chipset (as noted in #772) appears to
8a5e135
support just that.
8a5e135
8a5e135
For the time being incorporate it into the normal boost logic.
8a5e135
8a5e135
See http://pulseaudio.org/ticket/772
8a5e135
---
8a5e135
 .../alsa/mixer/paths/analog-input-mic.conf.common  |    9 +++++++++
8a5e135
 1 files changed, 9 insertions(+), 0 deletions(-)
8a5e135
8a5e135
diff --git a/src/modules/alsa/mixer/paths/analog-input-mic.conf.common b/src/modules/alsa/mixer/paths/analog-input-mic.conf.common
8a5e135
index b35e7af..4663305 100644
8a5e135
--- a/src/modules/alsa/mixer/paths/analog-input-mic.conf.common
8a5e135
+++ b/src/modules/alsa/mixer/paths/analog-input-mic.conf.common
8a5e135
@@ -61,3 +61,12 @@ name = input-boost-on
8a5e135
 
8a5e135
 [Option Front Mic Boost:off]
8a5e135
 name = input-boost-off
8a5e135
+
8a5e135
+[Element Int Mic Boost]
8a5e135
+switch = select
8a5e135
+
8a5e135
+[Option Int Mic Boost:on]
8a5e135
+name = input-boost-on
8a5e135
+
8a5e135
+[Option Int Mic Boost:off]
8a5e135
+name = input-boost-off
8a5e135
-- 
8a5e135
1.6.6
8a5e135