aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@nxp.com>2022-07-04 09:50:16 +0800
committerMark Brown <broonie@kernel.org>2022-07-04 12:44:19 +0100
commit978bd27c9aed13d7d739bdcdcf98cbca9106b0ec (patch)
treecdd86727d14c4d7eeeb4ff17f09e5395aa50b0a6 /sound/soc/fsl
parentASoC: codes: Add support for ES8316 producer mode (diff)
downloadlinux-dev-978bd27c9aed13d7d739bdcdcf98cbca9106b0ec.tar.xz
linux-dev-978bd27c9aed13d7d739bdcdcf98cbca9106b0ec.zip
ASoC: fsl_micfil: Add legacy_dai_naming flag
Need to add legacy_dai_naming flag otherwise there will be issue when registerring component, that cause the probe failure. Fixes: 1e63fcc74ace ("ASoC: fsl: Migrate to new style legacy DAI naming flag") Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com> Link: https://lore.kernel.org/r/1656899417-4775-1-git-send-email-shengjiu.wang@nxp.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/fsl')
-rw-r--r--sound/soc/fsl/fsl_micfil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/fsl_micfil.c b/sound/soc/fsl/fsl_micfil.c
index 53e105a93d75..be9781ad8849 100644
--- a/sound/soc/fsl/fsl_micfil.c
+++ b/sound/soc/fsl/fsl_micfil.c
@@ -367,7 +367,7 @@ static const struct snd_soc_component_driver fsl_micfil_component = {
.name = "fsl-micfil-dai",
.controls = fsl_micfil_snd_controls,
.num_controls = ARRAY_SIZE(fsl_micfil_snd_controls),
-
+ .legacy_dai_naming = 1,
};
/* REGMAP */