From b2110f65246c8442002294125d1f0314728f93de Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 25 Jun 2020 17:32:40 +0200 Subject: [PATCH] GoogleNyan: move to Tegra/max98090 Signed-off-by: Jaroslav Kysela --- ucm2/{GoogleNyan => Tegra/max98090}/HiFi.conf | 0 .../GoogleNyan.conf => Tegra/max98090/max98090.conf} | 2 +- ucm2/module/snd_soc_tegra_max98090.conf | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) rename ucm2/{GoogleNyan => Tegra/max98090}/HiFi.conf (100%) rename ucm2/{GoogleNyan/GoogleNyan.conf => Tegra/max98090/max98090.conf} (70%) create mode 120000 ucm2/module/snd_soc_tegra_max98090.conf diff --git a/ucm2/GoogleNyan/HiFi.conf b/ucm2/Tegra/max98090/HiFi.conf similarity index 100% rename from ucm2/GoogleNyan/HiFi.conf rename to ucm2/Tegra/max98090/HiFi.conf diff --git a/ucm2/GoogleNyan/GoogleNyan.conf b/ucm2/Tegra/max98090/max98090.conf similarity index 70% rename from ucm2/GoogleNyan/GoogleNyan.conf rename to ucm2/Tegra/max98090/max98090.conf index 33f22cc..7ec416d 100644 --- a/ucm2/GoogleNyan/GoogleNyan.conf +++ b/ucm2/Tegra/max98090/max98090.conf @@ -1,6 +1,6 @@ Syntax 2 Comment "Nyan internal card" SectionUseCase."HiFi" { - File "HiFi.conf" + File "/Tegra/max98090/HiFi.conf" Comment "Default" } diff --git a/ucm2/module/snd_soc_tegra_max98090.conf b/ucm2/module/snd_soc_tegra_max98090.conf new file mode 120000 index 0000000..406747c --- /dev/null +++ b/ucm2/module/snd_soc_tegra_max98090.conf @@ -0,0 +1 @@ +../Tegra/max98090/max98090.conf \ No newline at end of file -- 2.47.1