Move min # of blocks to two to accomodate hackis neomagic driver
authorcsapuntz <csapuntz@openbsd.org>
Thu, 13 Apr 2000 00:00:08 +0000 (00:00 +0000)
committercsapuntz <csapuntz@openbsd.org>
Thu, 13 Apr 2000 00:00:08 +0000 (00:00 +0000)
sys/dev/audiovar.h

index f3f471e..d185a65 100644 (file)
@@ -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 */