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
- Lines: 9
- Date:
Sat Oct 2 07:49:30 1999
- Orig file:
v2.3.18/linux/drivers/sound/sscape.c
- Orig date:
Mon Apr 12 16:18:27 1999
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)