projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d641c16
)
ASoC: rt722-sdca: increase clk_stop_timeout to fix clock stop issue
author
Jack Yu
<jack.yu@realtek.com>
Mon, 21 Oct 2024 06:15:44 +0000
(06:15 +0000)
committer
Mark Brown
<broonie@kernel.org>
Mon, 21 Oct 2024 11:49:15 +0000
(12:49 +0100)
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>
sound/soc/codecs/rt722-sdca-sdw.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/rt722-sdca-sdw.c
b/sound/soc/codecs/rt722-sdca-sdw.c
index 87354bb1564e8d1c904222b9602481967ebd3907..d5c985ff5ac553d7e44a9c33681a6b0ce98b3cfd 100644
(file)
--- a/
sound/soc/codecs/rt722-sdca-sdw.c
+++ b/
sound/soc/codecs/rt722-sdca-sdw.c
@@
-253,7
+253,7
@@
static int rt722_sdca_read_prop(struct sdw_slave *slave)
}
/* set the timeout values */
- prop->clk_stop_timeout =
2
00;
+ prop->clk_stop_timeout =
9
00;
/* wake-up event */
prop->wake_capable = 1;