Commits

Shengjiu Wang committed ea705346437
MLK-16350-4: ASoC: imx_mqs: fix the 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>