diff options
| author | Cameron Grant <cg@FreeBSD.org> | 2000-04-17 16:57:12 +0000 |
|---|---|---|
| committer | Cameron Grant <cg@FreeBSD.org> | 2000-04-17 16:57:12 +0000 |
| commit | 674c45bd044f7c85d41d245e13677c2709e8f2d0 (patch) | |
| tree | a3bb562c113846fe6c13ed262af4a369cb06e20d /sys/dev/sound/isa/ess.c | |
| parent | 2ae7162ec5a24f3220e61355508fe406a30e51e6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sound/isa/ess.c')
| -rw-r--r-- | sys/dev/sound/isa/ess.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/isa/ess.c b/sys/dev/sound/isa/ess.c index f6c33953334b..60727644cd84 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 */ |
