diff options
author | Jaska Uimonen <jaska.uimonen@intel.com> | 2012-06-10 15:13:11 +0300 |
---|---|---|
committer | Jaska Uimonen <jaska.uimonen@intel.com> | 2013-02-15 09:39:56 +0200 |
commit | bd637487001e2a503bdb0a875903972d99f734de (patch) | |
tree | c96903680780e986c464f3355a30b6ee519b9922 | |
parent | da41df6fc85b0d96b90811aeb5d40e4cddb5c591 (diff) | |
download | pulseaudio-panda-bd637487001e2a503bdb0a875903972d99f734de.tar.gz pulseaudio-panda-bd637487001e2a503bdb0a875903972d99f734de.tar.bz2 pulseaudio-panda-bd637487001e2a503bdb0a875903972d99f734de.zip |
jack detection fix for wired headset
-rw-r--r-- | src/modules/alsa/mixer/paths/analog-output-headphones.conf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/modules/alsa/mixer/paths/analog-output-headphones.conf b/src/modules/alsa/mixer/paths/analog-output-headphones.conf index 5879705d..bb644084 100644 --- a/src/modules/alsa/mixer/paths/analog-output-headphones.conf +++ b/src/modules/alsa/mixer/paths/analog-output-headphones.conf @@ -22,9 +22,6 @@ priority = 90 name = analog-output-headphones -[Jack Front Headphone] -required-any = any - [Jack Headphone] required-any = any @@ -71,7 +68,7 @@ volume = off ; On some machines Front is actually a part of the Headphone path [Element Front] -switch = mute +switch = off volume = zero [Element Rear] |