Skip to content

Commit b899e4f

Browse files
codrin989broonie
authored andcommitted
ASoC: mchp-spdiftx: remove 'TX' from playback stream name
Do not include the 'TX' in the stream name since it's obvious for playback. Signed-off-by: Codrin Ciubotariu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 34257a7 commit b899e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/atmel/mchp-spdiftx.c

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

0 commit comments

Comments
 (0)