]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit25710797db845834853bacc2c6a0a33de2747223
treeb4906e1eddb487664b60e300a962569e5d10c58a
parent99055dd1d8c7255c958f53d3fa165f36640e9a5c
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