ASoC: fsl_micfil: Expand the range of FIFO watermark mask
authorShengjiu Wang <shengjiu.wang@nxp.com>
Thu, 25 Jul 2024 08:54:53 +0000 (16:54 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 29 Jul 2024 12:36:13 +0000 (13:36 +0100)
commit4ddd51ccff911a2e9e961307692532a325f6c78a
tree5a4cb13f7828df6b751210812cbefe0a61b4fb14
parent8400291e289ee6b2bf9779ff1c83a291501f017b
ASoC: fsl_micfil: Expand the range of FIFO watermark mask

On the i.MX9x platforms, the mask of FIFO watermark
is 0x1F, on i.MX8x platforms, the mask of FIFO watermark
is 0X7. So use the mask 0x1F for all platforms to make them
compatible.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Link: https://patch.msgid.link/1721897694-6088-2-git-send-email-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_micfil.c
sound/soc/fsl/fsl_micfil.h