From 60ea26507390bad3742af2272ba08b21f009d0ef Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 9 Dec 2021 11:24:14 +0100 Subject: [PATCH] acp: fix linked configuration Fixes: https://github.com/alsa-project/alsa-lib/issues/199 Signed-off-by: Jaroslav Kysela --- ucm2/common/linked-card.conf | 3 +++ ucm2/conf.d/acp/acp.conf | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 ucm2/common/linked-card.conf diff --git a/ucm2/common/linked-card.conf b/ucm2/common/linked-card.conf new file mode 100644 index 0000000..a90f20e --- /dev/null +++ b/ucm2/common/linked-card.conf @@ -0,0 +1,3 @@ +Syntax 3 + +Include.linked.File "/common/linked.conf" diff --git a/ucm2/conf.d/acp/acp.conf b/ucm2/conf.d/acp/acp.conf index 5f056c7..7298c24 120000 --- a/ucm2/conf.d/acp/acp.conf +++ b/ucm2/conf.d/acp/acp.conf @@ -1 +1 @@ -../../common/linked.conf \ No newline at end of file +../../common/linked-card.conf \ No newline at end of file -- 2.47.1