]> git.alsa-project.org Git - alsa-ucm-conf.git/commitdiff
ucm2/conf.d: add symlink for Qualcomm DB820c
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Mon, 1 Jul 2024 17:21:44 +0000 (20:21 +0300)
committerJaroslav Kysela <perex@perex.cz>
Fri, 2 Aug 2024 13:42:24 +0000 (15:42 +0200)
Since the release 6.3 Linux kernel uses driver name apq8096 for Qualcomm
Dragonboard 820c. This makes alsaucm look for conf.d/apq8096/DB820c.conf
and then for conf.d/apq8096/apq8096.conf, while alsa-ucm-conf has
historical conf.d/DB820c/DB820c.conf symlink. Add symlink to provide
correct configuration for the device.

Closes: https://github.com/alsa-project/alsa-ucm-conf/pull/428
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/conf.d/apq8096/DB820c.conf [new symlink]

diff --git a/ucm2/conf.d/apq8096/DB820c.conf b/ucm2/conf.d/apq8096/DB820c.conf
new file mode 120000 (symlink)
index 0000000..b8ceeab
--- /dev/null
@@ -0,0 +1 @@
+../../Qualcomm/apq8096/apq8096.conf
\ No newline at end of file