Skip to content

Commit 58f51ed

Browse files
authored
Update rockchip_i2s_tdm.c
1 parent 7cfd8c0 commit 58f51ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/rockchip/rockchip_i2s_tdm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ static int i2s_tdm_runtime_suspend(struct device *dev)
120120

121121
regcache_cache_only(i2s_tdm->regmap, true);
122122
if (!IS_ERR(i2s_tdm->mclk_tx))
123-
clk_prepare_enable(i2s_tdm->mclk_tx);
123+
clk_prepare_enable(i2s_tdm->mclk_tx);
124124
if (!IS_ERR(i2s_tdm->mclk_rx))
125125
clk_disable_unprepare(i2s_tdm->mclk_rx);
126126

0 commit comments

Comments
 (0)