]> Git Repo - J-linux.git/commitdiff
ASoC: mchp-spdiftx: remove 'TX' from playback stream name
authorCodrin Ciubotariu <[email protected]>
Fri, 9 Oct 2020 12:35:27 +0000 (15:35 +0300)
committerMark Brown <[email protected]>
Fri, 9 Oct 2020 14:11:19 +0000 (15:11 +0100)
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]>
sound/soc/atmel/mchp-spdiftx.c

index 36c23eb3a5ad819113fcf53a504ef0d6d8c68233..82c1eecd2528500eeaa69d8101277600a7001197 100644 (file)
@@ -744,7 +744,7 @@ static struct snd_soc_dai_driver mchp_spdiftx_dai = {
        .probe  = mchp_spdiftx_dai_probe,
        .remove = mchp_spdiftx_dai_remove,
        .playback = {
-               .stream_name = "S/PDIF TX Playback",
+               .stream_name = "S/PDIF Playback",
                .channels_min = 1,
                .channels_max = 2,
                .rates = MCHP_SPDIFTX_RATES,
This page took 0.051945 seconds and 4 git commands to generate.