diff options
author | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 2000-04-13 00:00:09 +0000 |
---|---|---|
committer | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 2000-04-13 00:00:09 +0000 |
commit | 9a6ecbfc82a94cfe12c64afa37aa47f78db53d49 (patch) | |
tree | 2ac4ae42d38f6edbfea27d96063d053ec9a73c93 | |
parent | 6adca8fe7247bb45ced11d9203a11c3072ddd88a (diff) |
Move min # of blocks to two to accomodate hackis neomagic driver
-rw-r--r-- | sys/dev/audiovar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/audiovar.h b/sys/dev/audiovar.h index f3f471e5959..d185a65c4f8 100644 --- a/sys/dev/audiovar.h +++ b/sys/dev/audiovar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: audiovar.h,v 1.6 1998/11/03 21:00:11 downsj Exp $ */ +/* $OpenBSD: audiovar.h,v 1.7 2000/04/13 00:00:08 csapuntz Exp $ */ /* $NetBSD: audiovar.h,v 1.18 1998/03/03 09:16:16 augustss Exp $ */ /* @@ -49,7 +49,7 @@ #define AUMINBUF 512 #define AUMINBLK 32 -#define AUMINNOBLK 3 +#define AUMINNOBLK 2 struct audio_ringbuffer { int bufsize; /* allocated memory */ int blksize; /* I/O block size */ |