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

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.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 8f0280c8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,