patch-2.2.15 linux/drivers/sound/vidc_audio.c
Next file: linux/drivers/telephony/ixj.c
Previous file: linux/drivers/sound/sonicvibes.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Apr 21 12:46:36 2000
- Orig file:
v2.2.14/drivers/sound/vidc_audio.c
- Orig date:
Wed Dec 16 20:52:01 1998
diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/drivers/sound/vidc_audio.c linux/drivers/sound/vidc_audio.c
@@ -79,7 +79,7 @@
newsize = 208;
if (newsize > 4096)
newsize = 4096;
- for (new2size = 128; new2size < newsize; new2size <<= 1);
+ for (new2size = 128; new2size < newsize; new2size <<= 1)
if (new2size - newsize > newsize - (new2size >> 1))
new2size >>= 1;
dma_bufsize = new2size;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)