[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, stable-queue, updated. v0.9.21-16-g291cd09
Colin Guthrie
gitmailer-noreply at 0pointer.de
Wed Jan 13 15:47:12 PST 2010
This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.
The stable-queue branch has been updated
from 170812755e0ac235ed2b7182ef637eb317d8b2b2 (commit)
- Log -----------------------------------------------------------------
291cd09 alsa: Cover the 'Int Mic Boost' element.
67c6535 alsa: cover Input Source:Int Mic
-----------------------------------------------------------------------
Summary of changes:
.../alsa/mixer/paths/analog-input-mic.conf.common | 9 +++++++++
.../alsa/mixer/paths/analog-input.conf.common | 4 ++++
2 files changed, 13 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
commit 67c6535222508bd84a122860023a8dc7fd44cd35
Author: Colin Guthrie <cguthrie at mandriva.org>
Date: Wed Jan 13 23:44:00 2010 +0000
alsa: cover Input Source:Int Mic
As seen on some HDA chips (e.g. Fujitsu Siemens S6410)
Refs http://pulseaudio.org/ticket/772
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
commit 291cd096015d540d5064bfae94a66adc3bc3fc64
Author: Colin Guthrie <cguthrie at mandriva.org>
Date: Wed Jan 13 23:47:21 2010 +0000
alsa: Cover the 'Int Mic Boost' element.
This is not 100% ideal as we have not way to tie specific boosts to specific
inputs and this particular chipset (as noted in #772) appears to
support just that.
For the time being incorporate it into the normal boost logic.
See http://pulseaudio.org/ticket/772
diff --git a/src/modules/alsa/mixer/paths/analog-input-mic.conf.common b/src/modules/alsa/mixer/paths/analog-input-mic.conf.common
index b35e7af..4663305 100644
--- a/src/modules/alsa/mixer/paths/analog-input-mic.conf.common
+++ b/src/modules/alsa/mixer/paths/analog-input-mic.conf.common
@@ -61,3 +61,12 @@ name = input-boost-on
[Option Front Mic Boost:off]
name = input-boost-off
+
+[Element Int Mic Boost]
+switch = select
+
+[Option Int Mic Boost:on]
+name = input-boost-on
+
+[Option Int Mic Boost:off]
+name = input-boost-off
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list