]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: ti: osk5912: Make it CCF clk API compatible
authorJanusz Krzysztofik <jmkrzyszt@gmail.com>
Thu, 7 Apr 2022 19:12:02 +0000 (21:12 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 12 Apr 2022 20:08:10 +0000 (21:08 +0100)
commit674c2ffb617ac68304468d8e93371fa39b05d9c8
tree68edcfb0b9bfa7ef78b8d2d4aeecfa7225125b65
parenta89eb571d3c187aa8c45170b35ba0b1a1f36c1d0
ASoC: ti: osk5912: Make it CCF clk API compatible

The driver, OMAP1 specific, now omits clk_prepare/unprepare() steps, not
supported by OMAP1 custom implementation of clock API.  However, non-CCF
stubs of those functions exist for use on such platforms until converted
to CCF.

Update the driver to be compatible with CCF implementation of clock API.

Signed-off-by: Janusz Krzysztofik <jmkrzyszt@gmail.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@gmail.com>
Link: https://lore.kernel.org/r/20220407191202.46206-1-jmkrzyszt@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/ti/osk5912.c