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)
commitd9c5996ab37fca71b4d97440798d54dd87540c8b
tree216605a618a68b6c5016787de26fa297111ac912
parent8be90641a0bbd9a3606547aa6a0f70b020e74c8f
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