Skip to content

Commit b09c71f

Browse files
Codrin Ciubotariubroonie
authored andcommitted
ASoC: atmel: mchp-i2s-mcc: 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. [andrei.simion@microchip: Adjust the commit title] Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com> Signed-off-by: Andrei Simion <andrei.simion@microchip.com> Link: https://patch.msgid.link/20240909083530.14695-2-andrei.simion@microchip.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 130eb72 commit b09c71f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sound/soc/atmel/mchp-i2s-mcc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -936,14 +936,14 @@ static const struct snd_soc_dai_ops mchp_i2s_mcc_dai_ops = {
936936

937937
static struct snd_soc_dai_driver mchp_i2s_mcc_dai = {
938938
.playback = {
939-
.stream_name = "I2SMCC-Playback",
939+
.stream_name = "Playback",
940940
.channels_min = 1,
941941
.channels_max = 8,
942942
.rates = MCHP_I2SMCC_RATES,
943943
.formats = MCHP_I2SMCC_FORMATS,
944944
},
945945
.capture = {
946-
.stream_name = "I2SMCC-Capture",
946+
.stream_name = "Capture",
947947
.channels_min = 1,
948948
.channels_max = 8,
949949
.rates = MCHP_I2SMCC_RATES,

0 commit comments

Comments
 (0)