Skip to content

Commit 154b896

Browse files
author
Codrin Ciubotariu
committed
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>
1 parent 67d7e24 commit 154b896

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
@@ -754,6 +754,7 @@ static int mchp_pdmc_pcm_new(struct snd_soc_pcm_runtime *rtd,
754754
}
755755

756756
static struct snd_soc_dai_driver mchp_pdmc_dai = {
757+
.name = "mchp-pdmc",
757758
.probe = mchp_pdmc_dai_probe,
758759
.capture = {
759760
.stream_name = "Capture",

0 commit comments

Comments
 (0)