We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cfd8c0 commit 58f51edCopy full SHA for 58f51ed
1 file changed
sound/soc/rockchip/rockchip_i2s_tdm.c
@@ -120,7 +120,7 @@ static int i2s_tdm_runtime_suspend(struct device *dev)
120
121
regcache_cache_only(i2s_tdm->regmap, true);
122
if (!IS_ERR(i2s_tdm->mclk_tx))
123
- clk_prepare_enable(i2s_tdm->mclk_tx);
+ clk_prepare_enable(i2s_tdm->mclk_tx);
124
if (!IS_ERR(i2s_tdm->mclk_rx))
125
clk_disable_unprepare(i2s_tdm->mclk_rx);
126
0 commit comments