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.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/modules/alsa/mixer/paths/analog-output-headphones.conf') diff --git a/src/modules/alsa/mixer/paths/analog-output-headphones.conf b/src/modules/alsa/mixer/paths/analog-output-headphones.conf index 6e79a786..2131cfe8 100644 --- a/src/modules/alsa/mixer/paths/analog-output-headphones.conf +++ b/src/modules/alsa/mixer/paths/analog-output-headphones.conf @@ -44,9 +44,12 @@ volume = merge override-map.1 = all override-map.2 = all-left,all-right +; This profile path is intended to control the first headphones, not +; the second headphones. But it should not hurt if we leave the second +; headphone jack enabled nonetheless. [Element Headphone2] -switch = off -volume = off +switch = mute +volume = zero [Element Speaker] switch = off -- cgit