From: Dmitry Osipenko Date: Thu, 20 May 2021 05:11:29 +0000 (+0300) Subject: tegra: Add symlinks to conf.d/tegra X-Git-Tag: android-x86-8.1-r6~7 X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fexternal-alsa-ucm-conf.git;a=commitdiff_plain;h=e914927c6bad71036d9b2ec0e6d08d87a02aec68 tegra: Add symlinks to conf.d/tegra The old UCM names were matched only by the name of the kernel driver module. This means that built-in kernel drivers never matched. Tegra ASoC machine kernel drivers never specified the card's driver_name and long_name properly, which is required in order to have a proper 'ucm2/conf.d/tegra/' path being used for the matching of UCMs. This will be fixed in the kernel ASAP, the change will be backported to stable kernels. This patch adds symlinks for the PAZ00 netbook and NyanBig Chromebook to the new 'ucm2/conf.d/tegra/' directory that will match devices properly in conjunction with the updated Linux kernel regardless of whether sound driver is a loadable module or built-in. Signed-off-by: Dmitry Osipenko Signed-off-by: Jaroslav Kysela --- diff --git a/ucm2/conf.d/tegra/Compal PAZ00.conf b/ucm2/conf.d/tegra/Compal PAZ00.conf new file mode 120000 index 0000000..9959125 --- /dev/null +++ b/ucm2/conf.d/tegra/Compal PAZ00.conf @@ -0,0 +1 @@ +../../Tegra/alc5632/alc5632.conf \ No newline at end of file diff --git a/ucm2/conf.d/tegra/GoogleNyanBig.conf b/ucm2/conf.d/tegra/GoogleNyanBig.conf new file mode 120000 index 0000000..272a1fb --- /dev/null +++ b/ucm2/conf.d/tegra/GoogleNyanBig.conf @@ -0,0 +1 @@ +../../Tegra/max98090/max98090.conf \ No newline at end of file diff --git a/ucm2/conf.d/tegra/GoogleNyanBlaze.conf b/ucm2/conf.d/tegra/GoogleNyanBlaze.conf new file mode 120000 index 0000000..272a1fb --- /dev/null +++ b/ucm2/conf.d/tegra/GoogleNyanBlaze.conf @@ -0,0 +1 @@ +../../Tegra/max98090/max98090.conf \ No newline at end of file