Skip to content

Commit

Permalink
ASoC: tegra: Set default card name for Trimslice
Browse files Browse the repository at this point in the history
commit 824edd8 upstream.

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: cc8f70f ("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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
digetx authored and gregkh committed Nov 18, 2021
1 parent 5f0d86c commit 0ed4b15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/tegra/tegra_asoc_machine.c
Expand Up @@ -686,6 +686,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,
Expand Down

0 comments on commit 0ed4b15

Please sign in to comment.