Skip to content

Commit 038fa6d

Browse files
Jack Yubroonie
authored andcommitted
ASoC: rt722-sdca: increase clk_stop_timeout to fix clock stop issue
clk_stop_timeout should be increased to 900ms to fix clock stop issue. Signed-off-by: Jack Yu <jack.yu@realtek.com> Link: https://patch.msgid.link/cd26275d9fc54374a18dc016755cb72d@realtek.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent d641c16 commit 038fa6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/codecs/rt722-sdca-sdw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ static int rt722_sdca_read_prop(struct sdw_slave *slave)
253253
}
254254

255255
/* set the timeout values */
256-
prop->clk_stop_timeout = 200;
256+
prop->clk_stop_timeout = 900;
257257

258258
/* wake-up event */
259259
prop->wake_capable = 1;

0 commit comments

Comments
 (0)