Skip to content

Commit f912985

Browse files
marcanjannau
authored andcommitted
ASoC: apple: mca: More delay
¯\_(ツ)_/¯ Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent 4fc5111 commit f912985

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/apple/mca.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ static void mca_fe_early_trigger(struct snd_pcm_substream *substream, int cmd,
218218
* Experiments suggest that it takes at most ~1 us
219219
* for the bit to clear, so wait 5 us for good measure.
220220
*/
221-
udelay(5);
221+
udelay(50);
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)