mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-27 05:52:43 -05:00
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: 1e63fcc74a ("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>
This commit is contained in:
committed by
Mark Brown
parent
3684020a82
commit
978bd27c9a
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user