Skip to content

Commit 2036890

Browse files
Jack Yubroonie
Jack Yu
authored andcommitted
ASoC: rt715-sdca: fix clock stop prepare timeout issue
Modify clock_stop_timeout value for rt715-sdca according to the requirement of internal clock trimming. Signed-off-by: Jack Yu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent e18c6da commit 2036890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ static int rt715_sdca_read_prop(struct sdw_slave *slave)
167167
}
168168

169169
/* set the timeout values */
170-
prop->clk_stop_timeout = 20;
170+
prop->clk_stop_timeout = 200;
171171

172172
return 0;
173173
}

0 commit comments

Comments
 (0)