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 <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent d641c16 commit 038fa6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)