diff options
author | Codrin Ciubotariu <codrin.ciubotariu@microchip.com> | 2020-10-09 15:35:27 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-10-09 15:11:19 +0100 |
commit | b899e4fd7a331065d01ca14809c9e55f113f7d05 (patch) | |
tree | ed1167569650ae54762536c06fcd8baf0bb50956 /sound | |
parent | 34257a72697c5bb79458fe80a51937dc06b02e73 (diff) | |
download | linux-stable-b899e4fd7a331065d01ca14809c9e55f113f7d05.tar.gz linux-stable-b899e4fd7a331065d01ca14809c9e55f113f7d05.tar.bz2 linux-stable-b899e4fd7a331065d01ca14809c9e55f113f7d05.zip |
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 <codrin.ciubotariu@microchip.com>
Link: https://lore.kernel.org/r/20201009123527.2770629-1-codrin.ciubotariu@microchip.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/atmel/mchp-spdiftx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/atmel/mchp-spdiftx.c b/sound/soc/atmel/mchp-spdiftx.c index 36c23eb3a5ad..82c1eecd2528 100644 --- a/sound/soc/atmel/mchp-spdiftx.c +++ b/sound/soc/atmel/mchp-spdiftx.c @@ -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, |