From: Dmitry Baryshkov Date: Mon, 1 Jul 2024 17:21:44 +0000 (+0300) Subject: ucm2/conf.d: add symlink for Qualcomm DB820c X-Git-Tag: v1.2.13~49 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=6d5ffca45575d353c763c184a21c477808da747b;p=alsa-ucm-conf.git ucm2/conf.d: add symlink for Qualcomm DB820c 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 Signed-off-by: Jaroslav Kysela --- diff --git a/ucm2/conf.d/apq8096/DB820c.conf b/ucm2/conf.d/apq8096/DB820c.conf new file mode 120000 index 0000000..b8ceeab --- /dev/null +++ b/ucm2/conf.d/apq8096/DB820c.conf @@ -0,0 +1 @@ +../../Qualcomm/apq8096/apq8096.conf \ No newline at end of file