diff --git a/0001-HDA-Intel-the-lookups-are-supported-from-syntax-4.patch b/0001-HDA-Intel-the-lookups-are-supported-from-syntax-4.patch new file mode 100644 index 0000000..29732a7 --- /dev/null +++ b/0001-HDA-Intel-the-lookups-are-supported-from-syntax-4.patch @@ -0,0 +1,23 @@ +From 3f34021beffba4e39f064a14c5faceeaa224b766 Mon Sep 17 00:00:00 2001 +From: Jaroslav Kysela +Date: Tue, 1 Jun 2021 21:08:53 +0200 +Subject: [PATCH] HDA-Intel: the lookups are supported from syntax 4 + +Signed-off-by: Jaroslav Kysela +--- + ucm2/HDA-Intel/HDA-Intel.conf | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/ucm2/HDA-Intel/HDA-Intel.conf b/ucm2/HDA-Intel/HDA-Intel.conf +index 5794e729d3ff..8a8e0e742d3e 100644 +--- a/ucm2/HDA-Intel/HDA-Intel.conf ++++ b/ucm2/HDA-Intel/HDA-Intel.conf +@@ -1,4 +1,4 @@ +-Syntax 3 ++Syntax 4 + + Define.Use "" # a non-empty string to use UCM configuration for HDA devices + +-- +2.26.2 + diff --git a/alsa-ucm-conf.changes b/alsa-ucm-conf.changes index 66855d4..ab528ba 100644 --- a/alsa-ucm-conf.changes +++ b/alsa-ucm-conf.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 9 10:19:50 CEST 2021 - tiwai@suse.de + +- Fix for HDA config lookup (boo#1187079): + 0001-HDA-Intel-the-lookups-are-supported-from-syntax-4.patch + ------------------------------------------------------------------- Mon May 31 14:14:45 UTC 2021 - Ferdinand Thiessen diff --git a/alsa-ucm-conf.spec b/alsa-ucm-conf.spec index cafa554..a475449 100644 --- a/alsa-ucm-conf.spec +++ b/alsa-ucm-conf.spec @@ -24,6 +24,7 @@ Summary: ALSA UCM Profiles License: BSD-3-Clause URL: https://www.alsa-project.org Source: %{url}/files/pub/lib/alsa-ucm-conf-%{version}.tar.bz2 +Patch1: 0001-HDA-Intel-the-lookups-are-supported-from-syntax-4.patch BuildRequires: fdupes BuildArch: noarch @@ -32,6 +33,7 @@ This package contains the profiles files for ALSA UCM (Use Case Manager). %prep %setup -q -n %{name}-%{src_ver} +%patch1 -p1 find . -name ".gitignore" -delete %build