If the Headphone element isn't turned off when switching to line-out (with headphone plugged in) it can keep outputting audio (even though it's mute/zero!?).. So just explicitely turn it off. --- src/modules/alsa/mixer/paths/analog-output-lineout.conf | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/modules/alsa/mixer/paths/analog-output-lineout.conf b/src/modules/alsa/mixer/paths/analog-output-lineout.conf index 66639a5..7545c23 100644 --- a/src/modules/alsa/mixer/paths/analog-output-lineout.conf +++ b/src/modules/alsa/mixer/paths/analog-output-lineout.conf @@ -92,12 +92,9 @@ volume = off switch = off required-any = any -; This profile path is intended to control the default output, not the -; headphones. But it should not hurt if we leave the headphone jack -; enabled nonetheless. [Element Headphone] -switch = mute -volume = zero +switch = off +volume = off [Element Headphone2] switch = mute -- 2.1.1