From d864e945ce4171fcaf6249bebec4f683fef0f5cf Mon Sep 17 00:00:00 2001 From: Zoran Zhan Date: Mon, 22 Jan 2024 11:49:08 +0800 Subject: [PATCH] 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 --- ucm2/conf.d/mt8370-evk/mt8370-evk.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 120000 ucm2/conf.d/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 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 -- 2.47.1