On Thu, 2015-11-05 at 09:59 +0100, David Henningsson wrote: > 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> > --- > Â src/modules/alsa/mixer/paths/analog-input-headset-mic.conf | 3 +++ > Â 1 file changed, 3 insertions(+) > > 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 Looks good to me. --Â Tanu