projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e18c6da
)
ASoC: rt715-sdca: fix clock stop prepare timeout issue
author
Jack Yu
<jack.yu@realtek.com>
Mon, 30 Jan 2023 02:43:25 +0000
(
02:43
+0000)
committer
Mark Brown
<broonie@kernel.org>
Mon, 30 Jan 2023 13:05:41 +0000
(13:05 +0000)
Modify clock_stop_timeout value for rt715-sdca according to
the requirement of internal clock trimming.
Signed-off-by: Jack Yu <jack.yu@realtek.com>
Link:
https://lore.kernel.org/r/574b6586267a458cac78c5ac4d5b10bd@realtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt715-sdca-sdw.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/rt715-sdca-sdw.c
b/sound/soc/codecs/rt715-sdca-sdw.c
index 3f981a9e7fb67b54caee8290ef4d3eccf0537800..c54ecf3e69879d10a9b0be6ad7bf1b8263038cc4 100644
(file)
--- a/
sound/soc/codecs/rt715-sdca-sdw.c
+++ b/
sound/soc/codecs/rt715-sdca-sdw.c
@@
-167,7
+167,7
@@
static int rt715_sdca_read_prop(struct sdw_slave *slave)
}
/* set the timeout values */
- prop->clk_stop_timeout = 20;
+ prop->clk_stop_timeout = 20
0
;
return 0;
}