OSDN Git Service

tegra: Add symlinks to conf.d/tegra
authorDmitry Osipenko <digetx@gmail.com>
Thu, 20 May 2021 05:11:29 +0000 (08:11 +0300)
committerJaroslav Kysela <perex@perex.cz>
Thu, 27 May 2021 07:08:38 +0000 (09:08 +0200)
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 <digetx@gmail.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
ucm2/conf.d/tegra/Compal PAZ00.conf [new symlink]
ucm2/conf.d/tegra/GoogleNyanBig.conf [new symlink]
ucm2/conf.d/tegra/GoogleNyanBlaze.conf [new symlink]

diff --git a/ucm2/conf.d/tegra/Compal PAZ00.conf b/ucm2/conf.d/tegra/Compal PAZ00.conf
new file mode 120000 (symlink)
index 0000000..9959125
--- /dev/null
@@ -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 (symlink)
index 0000000..272a1fb
--- /dev/null
@@ -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 (symlink)
index 0000000..272a1fb
--- /dev/null
@@ -0,0 +1 @@
+../../Tegra/max98090/max98090.conf
\ No newline at end of file