patch-2.3.15 linux/drivers/sound/dmasound.c
Next file: linux/drivers/sound/es1370.c
Previous file: linux/drivers/sound/ac97.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Aug 23 10:14:44 1999
- Orig file:
v2.3.14/linux/drivers/sound/dmasound.c
- Orig date:
Wed Aug 18 10:01:36 1999
diff -u --recursive --new-file v2.3.14/linux/drivers/sound/dmasound.c linux/drivers/sound/dmasound.c
@@ -5161,7 +5161,7 @@
if (nbufs < 2 || nbufs > numBufs)
nbufs = numBufs;
size &= 0xffff;
- if (size >= 8 && size <= 30) {
+ if (size >= 8 && size <= 29) {
size = 1 << size;
size *= sound.hard.size * (sound.hard.stereo + 1);
size /= sound.soft.size * (sound.soft.stereo + 1);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)