From: Jaroslav Kysela Date: Mon, 22 Nov 2021 11:03:38 +0000 (+0100) Subject: acp: move linked configuration from modules/ to conf.d/ X-Git-Tag: v1.2.6~29 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=8f2c3795aa508952ef13aab55a933a73b742c397;p=alsa-ucm-conf.git acp: move linked configuration from modules/ to conf.d/ Signed-off-by: Jaroslav Kysela --- diff --git a/ucm2/conf.d/acp/acp.conf b/ucm2/conf.d/acp/acp.conf new file mode 120000 index 0000000..5f056c7 --- /dev/null +++ b/ucm2/conf.d/acp/acp.conf @@ -0,0 +1 @@ +../../common/linked.conf \ No newline at end of file diff --git a/ucm2/module/lib/linked.conf b/ucm2/module/lib/linked.conf deleted file mode 100644 index ca93c52..0000000 --- a/ucm2/module/lib/linked.conf +++ /dev/null @@ -1,5 +0,0 @@ -Syntax 3 - -ValueDefaults { - Linked 1 -} diff --git a/ucm2/module/snd_acp3x_rn.conf b/ucm2/module/snd_acp3x_rn.conf deleted file mode 120000 index b56794a..0000000 --- a/ucm2/module/snd_acp3x_rn.conf +++ /dev/null @@ -1 +0,0 @@ -lib/linked.conf \ No newline at end of file