]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: imx-rpmsg: Support configure sysclk for codec dai
authorShengjiu Wang <shengjiu.wang@nxp.com>
Wed, 3 Aug 2022 03:02:28 +0000 (11:02 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 15 Aug 2022 00:20:06 +0000 (01:20 +0100)
commit6d92483ae866f7ad6a8794a84b6f021328920144
tree34f99229dda9d17f7df983e41ad866b003ed5dfb
parenta3c3ecc796d16e01548aee4e5cf634930489de2e
ASoC: imx-rpmsg: Support configure sysclk for codec dai

Some codecs need to configure the sysclk even with slave
mode, otherwise it may not work properly with some case.

wm8960 is the one that need sysclk be configured, so add
late_probe() to call the snd_soc_dai_set_sysclk() of codec

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