Takashi Iwai
8cc1c2e440
- Fix another alsa-mixer path for dock line out jack (boo#948979): 0003-alsa-mixer-Add-Dock-Line-Out-jack-handling-to-analog.patch - Fix the order of ports updates (boo#948979): 0004-module-alsa-card-Report-available-ports-before-unava.patch OBS-URL: https://build.opensuse.org/request/show/340196 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=161
31 lines
1020 B
Diff
31 lines
1020 B
Diff
From e061f9afd2ee1a798d71b3d078725bfcea214202 Mon Sep 17 00:00:00 2001
|
|
From: Tanu Kaskinen <tanuk@iki.fi>
|
|
Date: Fri, 18 Sep 2015 09:59:45 +0300
|
|
Subject: [PATCH] alsa-mixer: Add "Dock Line Out" jack handling to
|
|
analog-output-speaker-always
|
|
|
|
The jack is already in analog-output-speaker, so let's have the same
|
|
handling in analog-output-speaker-always too.
|
|
---
|
|
src/modules/alsa/mixer/paths/analog-output-speaker-always.conf | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/src/modules/alsa/mixer/paths/analog-output-speaker-always.conf b/src/modules/alsa/mixer/paths/analog-output-speaker-always.conf
|
|
index 599cfc85f0d2..71f356dce00b 100644
|
|
--- a/src/modules/alsa/mixer/paths/analog-output-speaker-always.conf
|
|
+++ b/src/modules/alsa/mixer/paths/analog-output-speaker-always.conf
|
|
@@ -49,6 +49,10 @@ state.unplugged = unknown
|
|
state.plugged = no
|
|
state.unplugged = unknown
|
|
|
|
+[Jack Dock Line Out]
|
|
+state.plugged = no
|
|
+state.unplugged = unknown
|
|
+
|
|
[Element Hardware Master]
|
|
switch = mute
|
|
volume = merge
|
|
--
|
|
2.6.1
|
|
|