forked from pool/pulseaudio
Takashi Iwai
5ec9f77ed4
- Fix missing dock line-out jack detection (boo#934850): 0001-alsa-mixer-Make-line-out-path-unavailable-when-Front.patch 0002-alsa-mixer-Recognize-Dock-Line-Out-jack.patch OBS-URL: https://build.opensuse.org/request/show/312211 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=155
32 lines
981 B
Diff
32 lines
981 B
Diff
From 5598923b8e64de873a417b512d709c5674f3a96d Mon Sep 17 00:00:00 2001
|
|
From: David Henningsson <david.henningsson@canonical.com>
|
|
Date: Tue, 5 May 2015 09:43:32 +0200
|
|
Subject: [PATCH] alsa-mixer: Make line out path unavailable when "Front
|
|
Headphone" is plugged in
|
|
|
|
This case was apparently overlooked.
|
|
|
|
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
|
|
---
|
|
src/modules/alsa/mixer/paths/analog-output-lineout.conf | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/src/modules/alsa/mixer/paths/analog-output-lineout.conf b/src/modules/alsa/mixer/paths/analog-output-lineout.conf
|
|
index 53ee2f453922..68f444ae80a9 100644
|
|
--- a/src/modules/alsa/mixer/paths/analog-output-lineout.conf
|
|
+++ b/src/modules/alsa/mixer/paths/analog-output-lineout.conf
|
|
@@ -29,6 +29,10 @@ required-any = any
|
|
state.plugged = no
|
|
state.unplugged = unknown
|
|
|
|
+[Jack Front Headphone]
|
|
+state.plugged = no
|
|
+state.unplugged = unknown
|
|
+
|
|
[Jack Line Out Front]
|
|
required-any = any
|
|
|
|
--
|
|
2.4.3
|
|
|