summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound/local.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-04-13 01:10:08 +0000
committerache <ache@FreeBSD.org>1994-04-13 01:10:08 +0000
commit2dbc8e074230947c282500dbbc620e7d275fc5a2 (patch)
treeb3492eade2eff58c5b0d66caa5612ec57d1cb927 /sys/i386/isa/sound/local.h
parent7607f200409c69400e6b580c29fc4b11f30ec3a1 (diff)
downloadFreeBSD-src-2dbc8e074230947c282500dbbc620e7d275fc5a2.zip
FreeBSD-src-2dbc8e074230947c282500dbbc620e7d275fc5a2.tar.gz
Now SoundDriver use 64K DMA region instead of older 4K by
using new contigmalloc function.
Diffstat (limited to 'sys/i386/isa/sound/local.h')
-rw-r--r--sys/i386/isa/sound/local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/sound/local.h b/sys/i386/isa/sound/local.h
index 26d294b..fd44f85 100644
--- a/sys/i386/isa/sound/local.h
+++ b/sys/i386/isa/sound/local.h
@@ -5,7 +5,7 @@
#define KERNEL_SOUNDCARD
#endif
-#define DSP_BUFFSIZE 32768
+#define DSP_BUFFSIZE 65536
#define SELECTED_SOUND_OPTIONS 0xffffffff
#define SOUND_VERSION_STRING "2.4"
#define SOUND_CONFIG_DATE "Mon Mar 7 23:54:09 PST 1994"
OpenPOWER on IntegriCloud