Commits

Shengjiu Wang committed 7adbe0a4c99
MLK-16350-3: ASoC: imx-cs42888: fix clock rate issue The rate returned by clk_get_rate in probe function is not correct, for the power domain in that time may be closed, kernel get 0 rate from scfw, so move the clk_get_rate to hw_params, in that time, the power domain should be enabled Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>