From ef2810e1bea7ae4e7774d51fbcc7dd8ede52da3c Mon Sep 17 00:00:00 2001 From: David Henningsson Date: Thu, 16 May 2013 10:56:21 +0200 Subject: [PATCH] alsa-mixer: Add "Line Out Jack" to analog-output.conf A stationary computer usually has headphone jack(s) and line out jacks. In some cases analog-output.conf will be a subset of analog-output-headphones.conf, causing line outs to be unusable (because headphones are unplugged). This late in the cycle, this was the safest way I could think of to try to fix this for a particular computer. In later versions of PulseAudio we could consider making a dedicated line out path instead, and have proper jack detection there. Signed-off-by: David Henningsson --- src/modules/alsa/mixer/paths/analog-output.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/modules/alsa/mixer/paths/analog-output.conf b/src/modules/alsa/mixer/paths/analog-output.conf index 1b7482c9..3a552c9c 100644 --- a/src/modules/alsa/mixer/paths/analog-output.conf +++ b/src/modules/alsa/mixer/paths/analog-output.conf @@ -22,6 +22,14 @@ [General] priority = 99 +[Jack Line Out] +state.plugged = unknown +state.unplugged = unknown + +[Jack Line Out Phantom] +state.plugged = unknown +state.unplugged = unknown + [Element Hardware Master] switch = mute volume = merge -- 2.39.2