Skip to content

Commit e6b95bd

Browse files
Codrin Ciubotariubroonie
authored andcommitted
ASoC: atmel: mchp-pdmc: Add snd_soc_dai_driver name
Set snd_soc_dai_driver name to improve controller's display of the DAI name. Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com> Signed-off-by: Andrei Simion <andrei.simion@microchip.com> Link: https://patch.msgid.link/20240911122909.133399-3-andrei.simion@microchip.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 8f0280c commit e6b95bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/soc/atmel/mchp-pdmc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,7 @@ static const struct snd_soc_dai_ops mchp_pdmc_dai_ops = {
777777
};
778778

779779
static struct snd_soc_dai_driver mchp_pdmc_dai = {
780+
.name = "mchp-pdmc",
780781
.capture = {
781782
.stream_name = "Capture",
782783
.channels_min = 1,

0 commit comments

Comments
 (0)