Skip to content

Commit 85d82e9

Browse files
marcanjannau
authored andcommitted
ASoC: apple: mca: Add more delay after configuring clock
Sigh... hope this works. Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent ddd9766 commit 85d82e9

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
@@ -230,7 +230,7 @@ static void mca_fe_early_trigger(struct snd_pcm_substream *substream, int cmd,
230230
* to be needed for that to be reliable, e.g. ensure the
231231
* clock is stable?
232232
*/
233-
udelay(10);
233+
udelay(100);
234234
break;
235235
default:
236236
break;

0 commit comments

Comments
 (0)