projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93bd813
)
ASoC: rt1015: increase the time to detect BCLK
author
Shuming Fan
<shumingf@realtek.com>
Fri, 13 Nov 2020 09:21:25 +0000
(17:21 +0800)
committer
Mark Brown
<broonie@kernel.org>
Fri, 13 Nov 2020 14:20:42 +0000
(14:20 +0000)
To meet the most platform, the detection time should be increased to
avoid that the flushing DAC data fails.
Signed-off-by: Shuming Fan <shumingf@realtek.com>
Link:
https://lore.kernel.org/r/20201113092125.19206-1-shumingf@realtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt1015.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/rt1015.c
b/sound/soc/codecs/rt1015.c
index 967193518349ac3b6fc7995a40bab10d5aac6374..3db07293c70b663c96e45d6b9d3b1f8b08f3d335 100644
(file)
--- a/
sound/soc/codecs/rt1015.c
+++ b/
sound/soc/codecs/rt1015.c
@@
-544,7
+544,7
@@
static void rt1015_flush_work(struct work_struct *work)
struct rt1015_priv *rt1015 = container_of(work, struct rt1015_priv,
flush_work.work);
struct snd_soc_component *component = rt1015->component;
- unsigned int val, i = 0, count = 20;
+ unsigned int val, i = 0, count = 20
0
;
while (i < count) {
usleep_range(1000, 1500);