From: Shengjiu Wang Date: Mon, 4 Jul 2022 01:50:16 +0000 (+0800) Subject: ASoC: fsl_micfil: Add legacy_dai_naming flag X-Git-Tag: v6.0-rc1~20^2~17^2~108 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=978bd27c9aed13d7d739bdcdcf98cbca9106b0ec;p=linux-block.git 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 Link: https://lore.kernel.org/r/1656899417-4775-1-git-send-email-shengjiu.wang@nxp.com Signed-off-by: Mark Brown --- 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 */