summary refs log tree commit diff
path: root/sound/soc/tegra/tegra_asoc_machine.c
diff options
context:
space:
mode:
authorDmitry Osipenko <digetx@gmail.com>2021-10-24 22:28:53 +0300
committerMark Brown <broonie@kernel.org>2021-10-25 12:36:17 +0100
commit824edd866a13db7dbb0d8e26d2142f10271b6460 (patch)
tree3bf3c84e6d8d7791c9388502c1cb51d5d5417bf3 /sound/soc/tegra/tegra_asoc_machine.c
parentde8fc2b0a3f9930f3cbe801d40758bb1d80b0ad8 (diff)
downloadlinux-824edd866a13db7dbb0d8e26d2142f10271b6460.tar.gz
ASoC: tegra: Set default card name for Trimslice
The default card name for Trimslice device should be "tegra-trimslice".
It got lost by accident during unification of machine sound drivers,
fix it.

Cc: <stable@vger.kernel.org>
Fixes: cc8f70f56039 ("ASoC: tegra: Unify ASoC machine drivers")
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Link: https://lore.kernel.org/r/20211024192853.21957-2-digetx@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/tegra/tegra_asoc_machine.c')
-rw-r--r--sound/soc/tegra/tegra_asoc_machine.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/tegra/tegra_asoc_machine.c b/sound/soc/tegra/tegra_asoc_machine.c
index d92fabff08bc..b95438c3dbf7 100644
--- a/sound/soc/tegra/tegra_asoc_machine.c
+++ b/sound/soc/tegra/tegra_asoc_machine.c
@@ -725,6 +725,7 @@ static struct snd_soc_dai_link tegra_tlv320aic23_dai = {
 };
 
 static struct snd_soc_card snd_soc_tegra_trimslice = {
+	.name = "tegra-trimslice",
 	.components = "codec:tlv320aic23",
 	.dai_link = &tegra_tlv320aic23_dai,
 	.num_links = 1,