Skip to content

Commit 106e6d8

Browse files
shumingfanbroonie
authored andcommitted
ASoC: rt1015: increase the time to detect BCLK
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>
1 parent 93bd813 commit 106e6d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/codecs/rt1015.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ static void rt1015_flush_work(struct work_struct *work)
544544
struct rt1015_priv *rt1015 = container_of(work, struct rt1015_priv,
545545
flush_work.work);
546546
struct snd_soc_component *component = rt1015->component;
547-
unsigned int val, i = 0, count = 20;
547+
unsigned int val, i = 0, count = 200;
548548

549549
while (i < count) {
550550
usleep_range(1000, 1500);

0 commit comments

Comments
 (0)