]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: rt5640: Remove the sysclk and sysclk_src checking
authorOder Chiou <oder_chiou@realtek.com>
Thu, 10 Feb 2022 07:19:00 +0000 (15:19 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 10 Feb 2022 13:15:03 +0000 (13:15 +0000)
commit114822eaf4b898f14b057b3320ad5c593ce19d55
tree216605a618a68b6c5016787de26fa297111ac912
parent7eeb45192707bfb850377bec8d16a2847cd43ef4
ASoC: rt5640: Remove the sysclk and sysclk_src checking

Remove the sysclk and sysclk_src checking in the function set_sysclk() to
prevent the PLL power off. It is not getting re-programmed during
subsequent runs after the first run (in BIAS_OFF stage).

Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
Link: https://lore.kernel.org/r/20220210071900.17287-1-oder_chiou@realtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt5640.c