[pulseaudio-commits] src/modules

David Henningsson diwic at kemper.freedesktop.org
Fri Nov 6 06:31:10 PST 2015


 src/modules/alsa/mixer/paths/analog-input-headset-mic.conf |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit a6bc996dc148e22797c66e9c9398605cbf3786d3
Author: David Henningsson <david.henningsson at canonical.com>
Date:   Thu Oct 29 15:13:17 2015 +0100

    alsa-mixer: Add "Front Headphone" to headset mic path
    
    The combination "Front Headphone" + "Headset Mic Phantom"
    was found on one the machines we enable. Without this patch,
    the headset mic appeared plugged in when nothing was plugged
    into the jack.
    
    BugLink: https://bugs.launchpad.net/bugs/1513384
    Signed-off-by: David Henningsson <david.henningsson at canonical.com>

diff --git a/src/modules/alsa/mixer/paths/analog-input-headset-mic.conf b/src/modules/alsa/mixer/paths/analog-input-headset-mic.conf
index a67e1db..b669bc4 100644
--- a/src/modules/alsa/mixer/paths/analog-input-headset-mic.conf
+++ b/src/modules/alsa/mixer/paths/analog-input-headset-mic.conf
@@ -32,6 +32,9 @@ required-any = any
 [Jack Headphone]
 state.plugged = unknown
 
+[Jack Front Headphone]
+state.plugged = unknown
+
 [Jack Headphone Mic]
 state.plugged = unknown
 



More information about the pulseaudio-commits mailing list