Commit e6b95bdc authored by Codrin Ciubotariu's avatar Codrin Ciubotariu Committed by Mark Brown

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: default avatarCodrin Ciubotariu <codrin.ciubotariu@microchip.com>
Signed-off-by: default avatarAndrei Simion <andrei.simion@microchip.com>
Link: https://patch.msgid.link/20240911122909.133399-3-andrei.simion@microchip.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 8f0280c8
......@@ -777,6 +777,7 @@ static const struct snd_soc_dai_ops mchp_pdmc_dai_ops = {
};
static struct snd_soc_dai_driver mchp_pdmc_dai = {
.name = "mchp-pdmc",
.capture = {
.stream_name = "Capture",
.channels_min = 1,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment