Commits
Viorel Suman committed ccea8f42a78
MLK-21484-2: ASoC: fsl_spdif: ensure clk is unprepared before reparent On recent kernels clks which are marked with CLK_SET_RATE_GATE are "protected" against further changes at clk_prepare time, including clk reparent. Wrap clk set_parent and set_rate operations with disable_unprepare and prepare_enable. Signed-off-by: Viorel Suman <viorel.suman@nxp.com>