Accepting request 943174 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/943174 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alsa-ucm-conf?expand=0&rev=20
This commit is contained in:
commit
c47ebb962c
35
0001-HDA-DualCodecs-fix-typo-in-Speaker-condition.patch
Normal file
35
0001-HDA-DualCodecs-fix-typo-in-Speaker-condition.patch
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
From 0b2aa9d22f8897cbe68f1aa2ffe437ad3194ec4b Mon Sep 17 00:00:00 2001
|
||||||
|
From: Jaroslav Kysela <perex@perex.cz>
|
||||||
|
Date: Mon, 27 Dec 2021 22:05:16 +0100
|
||||||
|
Subject: [PATCH] HDA-DualCodecs: fix typo in Speaker condition
|
||||||
|
|
||||||
|
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
|
||||||
|
---
|
||||||
|
ucm2/HDA/DualCodecs/HiFi.conf | 4 ++--
|
||||||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/ucm2/HDA/DualCodecs/HiFi.conf b/ucm2/HDA/DualCodecs/HiFi.conf
|
||||||
|
index 7dcd6b045921..1f7e58d8e4a8 100644
|
||||||
|
--- a/ucm2/HDA/DualCodecs/HiFi.conf
|
||||||
|
+++ b/ucm2/HDA/DualCodecs/HiFi.conf
|
||||||
|
@@ -19,7 +19,7 @@ SectionVerb {
|
||||||
|
If.speaker {
|
||||||
|
Condition {
|
||||||
|
Type ControlExists
|
||||||
|
- Control "name='Speaker Volume Switch'"
|
||||||
|
+ Control "name='Speaker Playback Switch'"
|
||||||
|
}
|
||||||
|
True {
|
||||||
|
SectionVerb {
|
||||||
|
@@ -100,7 +100,7 @@ SectionDevice."Headphones" {
|
||||||
|
If.speaker {
|
||||||
|
Condition {
|
||||||
|
Type ControlExists
|
||||||
|
- Control "name='Speaker Volume Switch'"
|
||||||
|
+ Control "name='Speaker Playback Switch'"
|
||||||
|
}
|
||||||
|
True.Value.JackHWMute "Speaker"
|
||||||
|
}
|
||||||
|
--
|
||||||
|
2.31.1
|
||||||
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 30 09:17:42 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Fix a regression in HDA-DualCodecs:
|
||||||
|
0001-HDA-DualCodecs-fix-typo-in-Speaker-condition.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 26 10:13:49 CET 2021 - tiwai@suse.de
|
Sun Dec 26 10:13:49 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -24,6 +24,7 @@ License: BSD-3-Clause
|
|||||||
URL: https://www.alsa-project.org
|
URL: https://www.alsa-project.org
|
||||||
Source: %{url}/files/pub/lib/alsa-ucm-conf-%{version}.tar.bz2
|
Source: %{url}/files/pub/lib/alsa-ucm-conf-%{version}.tar.bz2
|
||||||
Source1: %{url}/files/pub/lib/alsa-ucm-conf-%{version}.tar.bz2.sig
|
Source1: %{url}/files/pub/lib/alsa-ucm-conf-%{version}.tar.bz2.sig
|
||||||
|
Patch1: 0001-HDA-DualCodecs-fix-typo-in-Speaker-condition.patch
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: libasound2 >= 1.2.6.1
|
Requires: libasound2 >= 1.2.6.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user