[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.19-610-g148a90e

Colin Guthrie gitmailer-noreply at 0pointer.de
Thu Nov 25 07:14:53 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 master branch has been updated
      from  f1e43cd9b82d3d0d1a5b5441510b1e91aa8acc5d (commit)

- Log -----------------------------------------------------------------
148a90e Handle 'Internal Mic 1' as an 'Input Source'
c2c1160 Add "Rear Mic" to alsa mixer paths.
-----------------------------------------------------------------------

Summary of changes:
 .../alsa/mixer/paths/analog-input-mic.conf.common  |    9 +++++++++
 .../alsa/mixer/paths/analog-input.conf.common      |    8 ++++++++
 2 files changed, 17 insertions(+), 0 deletions(-)

-----------------------------------------------------------------------

commit c2c11603a18260b5dc2af647e0c9eb23b9e04949
Author: David Henningsson <david.henningsson at canonical.com>
Date:   Fri Nov 19 10:41:46 2010 +0100

    Add "Rear Mic" to alsa mixer paths.
    
    Signed-off-by: David Henningsson <david.henningsson at canonical.com>

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 4663305..9bddd48 100644
--- a/src/modules/alsa/mixer/paths/analog-input-mic.conf.common
+++ b/src/modules/alsa/mixer/paths/analog-input-mic.conf.common
@@ -62,6 +62,15 @@ name = input-boost-on
 [Option Front Mic Boost:off]
 name = input-boost-off
 
+[Element Rear Mic Boost]
+switch = select
+
+[Option Rear Mic Boost:on]
+name = input-boost-on
+
+[Option Rear Mic Boost:off]
+name = input-boost-off
+
 [Element Int Mic Boost]
 switch = select
 
diff --git a/src/modules/alsa/mixer/paths/analog-input.conf.common b/src/modules/alsa/mixer/paths/analog-input.conf.common
index 6c5fae9..5e73ae6 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:Rear Mic]
+name = input-microphone
+priority = 19
+
 [Option Input Source:Line]
 name = input-linein
 priority = 18

commit 148a90e48226877c72206a929bad09cdf04664b1
Author: Daniel T Chen <crimsun at ubuntu.com>
Date:   Thu Nov 25 09:54:07 2010 -0500

    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 at ubuntu.com>

diff --git a/src/modules/alsa/mixer/paths/analog-input.conf.common b/src/modules/alsa/mixer/paths/analog-input.conf.common
index 5e73ae6..0b2cfd9 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

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list