Skip to content

Commit 4807d29

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/atmel/mchp-spdiftx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ static struct snd_soc_dai_driver mchp_spdiftx_dai = {
743743
.probe = mchp_spdiftx_dai_probe,
744744
.remove = mchp_spdiftx_dai_remove,
745745
.playback = {
746-
.stream_name = "S/PDIF Playback",
746+
.stream_name = "Playback",
747747
.channels_min = 1,
748748
.channels_max = 2,
749749
.rates = MCHP_SPDIFTX_RATES,

0 commit comments

Comments
 (0)