summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/isa/ess.c
diff options
context:
space:
mode:
authorcg <cg@FreeBSD.org>2000-04-17 16:57:12 +0000
committercg <cg@FreeBSD.org>2000-04-17 16:57:12 +0000
commitd3deb9312dc047ed5d02d354dabf1e227f70076c (patch)
tree60c0b7d6c1cbb6e60eee35a501fd040b88e7be00 /sys/dev/sound/isa/ess.c
parent672d6047334454b7330149d021cfe16f6596a0d6 (diff)
downloadFreeBSD-src-d3deb9312dc047ed5d02d354dabf1e227f70076c.zip
FreeBSD-src-d3deb9312dc047ed5d02d354dabf1e227f70076c.tar.gz
make drivers start at beginning of buffer when triggered - improves mmap.
not all tested. not sure about aureal.c or csapcm.c
Diffstat (limited to 'sys/dev/sound/isa/ess.c')
-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 f6c3395..6072764 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 (16384)
+#define ESS_BUFFSIZE (4096)
#define ABS(x) (((x) < 0)? -(x) : (x))
/* audio2 never generates irqs and sounds very noisy */
OpenPOWER on IntegriCloud