From e610bd3d1a1004e83a9e0456ce709313a2f59b9f Mon Sep 17 00:00:00 2001 From: David Henningsson Date: Mon, 2 Jul 2012 12:09:06 +0200 Subject: [PATCH] alsa-mixer: Add "Front Headphone" jack Many desktops have headphone on the front and line outs on the back. Sometimes this means that the headphone is labelled "Front Headphone Jack", but the volume controls are only "Headphone Playback Volume", i e, without the "Front" prefix. Signed-off-by: David Henningsson --- src/modules/alsa/mixer/paths/analog-output-headphones.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/modules/alsa/mixer/paths/analog-output-headphones.conf b/src/modules/alsa/mixer/paths/analog-output-headphones.conf index 2860f28..5879705 100644 --- a/src/modules/alsa/mixer/paths/analog-output-headphones.conf +++ b/src/modules/alsa/mixer/paths/analog-output-headphones.conf @@ -22,6 +22,9 @@ priority = 90 name = analog-output-headphones +[Jack Front Headphone] +required-any = any + [Jack Headphone] required-any = any -- 2.7.4