Commits
Shengjiu Wang committed d792024159b
MLK-11429-1: ASoC: fsl_spdif: don't change the root clock rate of spdif in driver cherry-pick below patch from imx_3.14.y ENGR00331799-2 ASoC: fsl_spdif: don't change the root clock rate of spdif in driver The spdif root clock may be used by other module or defined with CLK_SET_RATE_GATE, so we can't change the clock rate in driver. In this patch remove the clk_set_rate and clk_round_rate to protect the clock. Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com> (cherry picked from commit c77170b2c9a9737f6fd61a5ea85a43b90e8ef02b)