Skip to content

Commit a1d425b

Browse files
marcanjannau
authored andcommitted
ASoC: apple: mca: Increase reset timeout
Saw this fail once, let's be safer. Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent e64bb3e commit a1d425b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sound/soc/apple/mca.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,9 @@ static void mca_fe_early_trigger(struct snd_pcm_substream *substream, int cmd,
216216
SERDES_STATUS_RST);
217217
/*
218218
* Experiments suggest that it takes at most ~1 us
219-
* for the bit to clear, so wait 2 us for good measure.
219+
* for the bit to clear, so wait 5 us for good measure.
220220
*/
221-
udelay(2);
221+
udelay(5);
222222
WARN_ON(readl_relaxed(cl->base + serdes_unit + REG_SERDES_STATUS) &
223223
SERDES_STATUS_RST);
224224
mca_modify(cl, serdes_conf, SERDES_CONF_SYNC_SEL,

0 commit comments

Comments
 (0)