diff options
author | Codrin Ciubotariu <codrin.ciubotariu@microchip.com> | 2024-09-11 15:29:08 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-09-11 15:38:47 +0100 |
commit | e6b95bdc1e333e14e4fdf71fd4e8962429d9b6cd (patch) | |
tree | daef75ecfa9f0f70addd742ddec639653345248e | |
parent | 8f0280c84607afe122788e508a171ba163d71be6 (diff) |
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>
-rw-r--r-- | sound/soc/atmel/mchp-pdmc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/atmel/mchp-pdmc.c b/sound/soc/atmel/mchp-pdmc.c index 7a5585839c1d..d97d153ee375 100644 --- a/sound/soc/atmel/mchp-pdmc.c +++ b/sound/soc/atmel/mchp-pdmc.c @@ -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, |