Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Jack Yu and committed by
Mark Brown
038fa6dd d641c164

+1 -1
+1 -1
sound/soc/codecs/rt722-sdca-sdw.c
··· 253 253 } 254 254 255 255 /* set the timeout values */ 256 - prop->clk_stop_timeout = 200; 256 + prop->clk_stop_timeout = 900; 257 257 258 258 /* wake-up event */ 259 259 prop->wake_capable = 1;