From fe66d77a579abe56d6e52a07f38cd0c26c8bb9bd Mon Sep 17 00:00:00 2001 From: Anton Vorontsov Date: Fri, 9 May 2008 13:43:55 +0200 Subject: [PATCH] --- yaml --- r: 96502 b: refs/heads/master c: 3a3bd960a0b7bb26604b1270a8b4cafdc5883040 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/soc/fsl/fsl_ssi.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index b46821bccc1b..f1cd26df5a44 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bf91141d3565b35fb2a44364bfb874a3be3c12b6 +refs/heads/master: 3a3bd960a0b7bb26604b1270a8b4cafdc5883040 diff --git a/trunk/sound/soc/fsl/fsl_ssi.c b/trunk/sound/soc/fsl/fsl_ssi.c index b2a11b0d2e4c..f588545698f3 100644 --- a/trunk/sound/soc/fsl/fsl_ssi.c +++ b/trunk/sound/soc/fsl/fsl_ssi.c @@ -416,7 +416,7 @@ static int fsl_ssi_trigger(struct snd_pcm_substream *substream, int cmd) * to put data into its FIFO. Without it, ALSA starts * to complain about overruns. */ - msleep(1); + mdelay(1); } break;