patch-2.3.19 linux/drivers/sound/sscape.c

Next file: linux/drivers/sound/vwsnd.c
Previous file: linux/drivers/sound/soundcard.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.18/linux/drivers/sound/sscape.c linux/drivers/sound/sscape.c
@@ -125,7 +125,7 @@
 static void sleep(unsigned howlong)
 {
 	current->state = TASK_INTERRUPTIBLE;
-	schedule_timeout(1);
+	schedule_timeout(howlong);
 }
 
 static unsigned char sscape_read(struct sscape_info *devc, int reg)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)