From: Jaroslav Kysela Date: Thu, 9 Dec 2021 10:24:14 +0000 (+0100) Subject: acp: fix linked configuration X-Git-Tag: v1.2.6.1~1 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=60ea26507390bad3742af2272ba08b21f009d0ef;p=alsa-ucm-conf.git acp: fix linked configuration Fixes: https://github.com/alsa-project/alsa-lib/issues/199 Signed-off-by: Jaroslav Kysela --- 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