From: Zoran Zhan Date: Mon, 22 Jan 2024 03:49:08 +0000 (+0800) Subject: ucm2: conf.d: mt8370-evk: Fix the type of mt8370-evk.conf X-Git-Tag: v1.2.11~11 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=d864e945ce4171fcaf6249bebec4f683fef0f5cf;p=alsa-ucm-conf.git ucm2: conf.d: mt8370-evk: Fix the type of mt8370-evk.conf Fix the type of mt8370-evk.conf at /ucm2/conf.d, to let the symbolic link can correctly point to the conf. Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/386 Signed-off-by: Zoran Zhan Signed-off-by: Jaroslav Kysela --- diff --git a/ucm2/conf.d/mt8370-evk/mt8370-evk.conf b/ucm2/conf.d/mt8370-evk/mt8370-evk.conf deleted file mode 100644 index 6edb08f..0000000 --- a/ucm2/conf.d/mt8370-evk/mt8370-evk.conf +++ /dev/null @@ -1 +0,0 @@ -../../MediaTek/mt8370-evk/mt8370-evk.conf diff --git a/ucm2/conf.d/mt8370-evk/mt8370-evk.conf b/ucm2/conf.d/mt8370-evk/mt8370-evk.conf new file mode 120000 index 0000000..fed8ef1 --- /dev/null +++ b/ucm2/conf.d/mt8370-evk/mt8370-evk.conf @@ -0,0 +1 @@ +../../MediaTek/mt8370-evk/mt8370-evk.conf \ No newline at end of file