Shengjiu Wang 1e060a453c
ASoC: wm8960: Fix wrong clock after suspend & resume
After suspend & resume, wm8960_hw_params may be called when
bias_level is not SND_SOC_BIAS_ON, then wm8960_configure_clocking
is not called. But if sample rate is changed at that time, then
the output clock rate will be not correct.

So judgement of bias_level is SND_SOC_BIAS_ON in wm8960_hw_params
is not necessary and it causes above issue.

Fixes: 3176bf2d7ccd ("ASoC: wm8960: update pll and clock setting function")
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/1587468525-27514-1-git-send-email-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2020-04-21 15:43:22 +01:00
..
2019-10-01 12:16:01 +01:00
2018-02-27 10:41:34 +00:00
2019-10-25 11:06:57 +01:00
2020-01-07 22:29:38 +00:00
2020-01-17 15:38:56 +00:00
2020-01-14 15:49:03 +00:00
2020-04-20 15:27:01 +01:00
2018-04-26 12:44:15 +01:00
2019-10-21 13:52:22 +01:00
2020-03-23 18:17:22 +00:00
2019-06-12 13:52:26 +01:00
2019-06-12 13:52:26 +01:00
2020-01-10 13:31:49 +00:00
2020-01-09 21:22:36 +00:00
2020-01-13 14:58:45 +00:00
2019-07-26 13:10:09 +01:00
2018-05-18 11:20:11 +01:00
2019-06-26 12:39:34 +01:00
2019-01-07 16:53:10 +00:00
2018-06-01 12:05:30 +01:00
2020-03-06 14:05:03 +00:00
2019-12-17 14:18:32 +01:00
2019-12-16 11:47:28 +00:00
2020-03-24 17:15:58 +00:00
2019-10-02 12:50:40 +01:00