ASoC: fsl_micfil: Add support for i.MX8MPlus
authorShengjiu Wang <shengjiu.wang@nxp.com>
Mon, 9 May 2022 09:14:22 +0000 (17:14 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 10 May 2022 13:01:55 +0000 (14:01 +0100)
commitcb05dac1bc34ad701972503ca1a75b51ae4478ff
treeb4906e1eddb487664b60e300a962569e5d10c58a
parent2cb29da3f2c29e62311eec6446be92aa5f2c1620
ASoC: fsl_micfil: Add support for i.MX8MPlus

On i.MX8Plus there are two updates for micfil module.

One is that the output format is S32_LE, only the 24 more
significative bits have information, the other bits are always
zero. Add 'formats' variable in soc data to distinguish the
format on different platform.
Another is that the fifo depth is 32 entries.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Link: https://lore.kernel.org/r/1652087663-1908-1-git-send-email-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_micfil.c