From: csapuntz Date: Thu, 13 Apr 2000 00:00:08 +0000 (+0000) Subject: Move min # of blocks to two to accomodate hackis neomagic driver X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e707e7629797389af53a9b15b7694b9de3582180;p=openbsd Move min # of blocks to two to accomodate hackis neomagic driver --- 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 */