diff options
author | Shengjiu Wang <shengjiu.wang@nxp.com> | 2022-07-04 04:50:16 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-07-04 14:44:19 +0300 |
commit | 978bd27c9aed13d7d739bdcdcf98cbca9106b0ec (patch) | |
tree | cdd86727d14c4d7eeeb4ff17f09e5395aa50b0a6 /sound/soc/fsl/fsl_micfil.c | |
parent | 3684020a82ff43a64b5a7e42564ee7e2065d3011 (diff) | |
download | linux-978bd27c9aed13d7d739bdcdcf98cbca9106b0ec.tar.xz |
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/fsl_micfil.c')
-rw-r--r-- | sound/soc/fsl/fsl_micfil.c | 2 |
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 */ |