Skip to content

Commit 5253ec3

Browse files
author
Codrin Ciubotariu
committed
ASoC: atmel: 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. Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com>
1 parent cbf3753 commit 5253ec3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/atmel/mchp-spdifrx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ static struct snd_soc_dai_driver mchp_spdifrx_dai = {
836836
.probe = mchp_spdifrx_dai_probe,
837837
.remove = mchp_spdifrx_dai_remove,
838838
.capture = {
839-
.stream_name = "S/PDIF Capture",
839+
.stream_name = "Capture",
840840
.channels_min = SPDIFRX_CHANNELS,
841841
.channels_max = SPDIFRX_CHANNELS,
842842
.rates = MCHP_SPDIF_RATES,

0 commit comments

Comments
 (0)