OSDN Git Service

ASoC: fsl_sai: Enable MCTL_MCLK_EN bit for master mode
authorShengjiu Wang <shengjiu.wang@nxp.com>
Thu, 19 May 2022 12:36:48 +0000 (20:36 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 8 Jun 2022 17:03:51 +0000 (18:03 +0100)
commitff87d619ac180444db297f043962a5c325ded47b
tree2d82d4db016c1c11f8045ca985758c2ead136861
parentb09654e39c89a86680528345f3a95b832236ee82
ASoC: fsl_sai: Enable MCTL_MCLK_EN bit for master mode

On i.MX8MM, the MCTL_MCLK_EN bit it is not only the gate
for MCLK output to PAD, but also the gate bit between
root clock and SAI module, So it is need to be enabled
for master mode, otherwise there is no bclk generated.

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