diff options
author | Codrin Ciubotariu <codrin.ciubotariu@microchip.com> | 2024-09-16 12:10:57 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-09-30 02:09:44 +0300 |
commit | 3c44a715e389929b8243d6a0545992d78cff6cba (patch) | |
tree | d8ac94262e75f9c8b428b9aaf203126600ea2aa0 | |
parent | a6ae5845f0231fb1b3e9bf591b237d99d1a077c0 (diff) | |
download | linux-3c44a715e389929b8243d6a0545992d78cff6cba.tar.xz |
ASoC: atmel: mchp-spdifrx: 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 <codrin.ciubotariu@microchip.com>
Signed-off-by: Andrei Simion <andrei.simion@microchip.com>
Link: https://patch.msgid.link/20240916091056.11910-3-andrei.simion@microchip.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/atmel/mchp-spdifrx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/atmel/mchp-spdifrx.c b/sound/soc/atmel/mchp-spdifrx.c index b2507a1491b7..fb820609c043 100644 --- a/sound/soc/atmel/mchp-spdifrx.c +++ b/sound/soc/atmel/mchp-spdifrx.c @@ -1014,7 +1014,7 @@ static const struct snd_soc_dai_ops mchp_spdifrx_dai_ops = { static struct snd_soc_dai_driver mchp_spdifrx_dai = { .name = "mchp-spdifrx", .capture = { - .stream_name = "S/PDIF Capture", + .stream_name = "Capture", .channels_min = SPDIFRX_CHANNELS, .channels_max = SPDIFRX_CHANNELS, .rates = MCHP_SPDIF_RATES, |