]> 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)
commit562ed7533ffdd515f58a47c39294aa31e496a7be
treeb4906e1eddb487664b60e300a962569e5d10c58a
parent0536c588ab112c75c6686b37561600ffeba7f220
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