aboutsummaryrefslogtreecommitdiffstats
path: root/sound/isa/ad1848/ad1848_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/isa/ad1848/ad1848_lib.c')
-rw-r--r--sound/isa/ad1848/ad1848_lib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/isa/ad1848/ad1848_lib.c b/sound/isa/ad1848/ad1848_lib.c
index 330b5ced01aa..18355fd66cb5 100644
--- a/sound/isa/ad1848/ad1848_lib.c
+++ b/sound/isa/ad1848/ad1848_lib.c
@@ -236,7 +236,9 @@ static void snd_ad1848_mce_down(struct snd_ad1848 *chip)
236 * calibration process to start. Needs upto 5 sample periods on AD1848 236 * calibration process to start. Needs upto 5 sample periods on AD1848
237 * which at the slowest possible rate of 5.5125 kHz means 907 us. 237 * which at the slowest possible rate of 5.5125 kHz means 907 us.
238 */ 238 */
239 spin_unlock_irqrestore(&chip->reg_lock, flags);
239 msleep(1); 240 msleep(1);
241 spin_lock_irqsave(&chip->reg_lock, flags);
240 242
241 snd_printdd("(2) jiffies = %lu\n", jiffies); 243 snd_printdd("(2) jiffies = %lu\n", jiffies);
242 244