From: Codrin Ciubotariu Date: Mon, 16 Sep 2024 09:10:56 +0000 (+0300) Subject: ASoC: atmel: mchp-spdiftx: Remove interface name from stream_name X-Git-Tag: v6.13-rc1~123^2~2^2~124^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a6ae5845f0231fb1b3e9bf591b237d99d1a077c0;p=thirdparty%2Flinux.git ASoC: atmel: mchp-spdiftx: Remove interface name from stream_name Remove the interface name from the stream_name. The interface name (and the index of the interface) can be set in DT using the sound-name-prefix string property. [andrei.simion@microchip.com: Adjust the commit title.] Signed-off-by: Codrin Ciubotariu Signed-off-by: Andrei Simion Link: https://patch.msgid.link/20240916091056.11910-2-andrei.simion@microchip.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/atmel/mchp-spdiftx.c b/sound/soc/atmel/mchp-spdiftx.c index 4c60ea6528967..245c0352c1417 100644 --- a/sound/soc/atmel/mchp-spdiftx.c +++ b/sound/soc/atmel/mchp-spdiftx.c @@ -707,7 +707,7 @@ static const struct snd_soc_dai_ops mchp_spdiftx_dai_ops = { static struct snd_soc_dai_driver mchp_spdiftx_dai = { .name = "mchp-spdiftx", .playback = { - .stream_name = "S/PDIF Playback", + .stream_name = "Playback", .channels_min = 1, .channels_max = 2, .rates = MCHP_SPDIFTX_RATES,