ASoC: tegra: Set driver name explicitly
authorThierry Reding <treding@nvidia.com>
Tue, 30 Mar 2021 18:06:57 +0000 (20:06 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 31 Mar 2021 12:52:48 +0000 (13:52 +0100)
commit868d5c6340d878f44acf73c92923995b896b6454
treef3f950795b25ac78148effba05d8344ed0c4c608
parent50cbf945566b7cdb186c80c389bdfe22850d8d29
ASoC: tegra: Set driver name explicitly

The SoC sound core will generate a driver name by normalizing the card
name. However, most of the time that name does not tell anything about
the driver and is therefore useless for this purpose.

Make the driver name more useful by setting it explicitly during card
initialization.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://lore.kernel.org/r/20210330180657.1867971-1-thierry.reding@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/tegra/tegra_audio_graph_card.c