From 8a26fbf863d0c4f13cf56f28ba779a50e7335671 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 31 Oct 2009 03:42:42 +0100 Subject: alsa: leave other headphone control enabled if possible --- src/modules/alsa/mixer/paths/analog-output-headphones-2.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/modules/alsa/mixer/paths/analog-output-headphones-2.conf') diff --git a/src/modules/alsa/mixer/paths/analog-output-headphones-2.conf b/src/modules/alsa/mixer/paths/analog-output-headphones-2.conf index d1c3b22b..f2fd31c7 100644 --- a/src/modules/alsa/mixer/paths/analog-output-headphones-2.conf +++ b/src/modules/alsa/mixer/paths/analog-output-headphones-2.conf @@ -37,9 +37,12 @@ override-map.2 = all-left,all-right switch = off volume = off +; This profile path is intended to control the second headphones, not +; the first headphones. But it should not hurt if we leave the +; headphone jack enabled nonetheless. [Element Headphone] -switch = off -volume = off +switch = mute +volume = zero [Element Headphone2] required = any -- cgit