MLK-12464-2: ASoC: wm8960: fix clock is not correct after suspend/resume
authorShengjiu Wang <shengjiu.wang@freescale.com>
Mon, 21 Mar 2016 05:09:26 +0000 (13:09 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:51:45 +0000 (14:51 -0500)
commit233c0a72e580b6dff61e75ebdf73ea8ce19201a6
tree23c72da25c1ed320b3a0127acf4cdd6b4d03b4a6
parentf61fa4e1ecf6f75e203a1e3757db52d312af5c46
MLK-12464-2: ASoC: wm8960: fix clock is not correct after suspend/resume

After the suspend/resume, hw_params may be called in bias_level is not
BIAS_ON, then the PLL is not disable/enabled, if the sample rate is
changed, the output clock is not correct.

Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
sound/soc/codecs/wm8960.c