summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcg <cg@FreeBSD.org>2000-04-01 21:28:09 +0000
committercg <cg@FreeBSD.org>2000-04-01 21:28:09 +0000
commit0136b3078289ef58fc257cc5a44418062c86effc (patch)
treee2e034aae12275515e29708c106e2dbf83791750
parent69beb5834bd11ef74643db9ba94f10444b14376d (diff)
downloadFreeBSD-src-0136b3078289ef58fc257cc5a44418062c86effc.zip
FreeBSD-src-0136b3078289ef58fc257cc5a44418062c86effc.tar.gz
bump the buffer size from 4k to 16k. should improve performance under load.
-rw-r--r--sys/dev/sound/isa/ess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/isa/ess.c b/sys/dev/sound/isa/ess.c
index 6072764..f6c3395 100644
--- a/sys/dev/sound/isa/ess.c
+++ b/sys/dev/sound/isa/ess.c
@@ -38,7 +38,7 @@
#include <dev/sound/isa/sb.h>
#include <dev/sound/chip.h>
-#define ESS_BUFFSIZE (4096)
+#define ESS_BUFFSIZE (16384)
#define ABS(x) (((x) < 0)? -(x) : (x))
/* audio2 never generates irqs and sounds very noisy */
OpenPOWER on IntegriCloud