artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb10780
)
Move min # of blocks to two to accomodate hackis neomagic driver
author
csapuntz
<csapuntz@openbsd.org>
Thu, 13 Apr 2000 00:00:08 +0000
(
00:00
+0000)
committer
csapuntz
<csapuntz@openbsd.org>
Thu, 13 Apr 2000 00:00:08 +0000
(
00:00
+0000)
sys/dev/audiovar.h
patch
|
blob
|
history
diff --git
a/sys/dev/audiovar.h
b/sys/dev/audiovar.h
index
f3f471e
..
d185a65
100644
(file)
--- 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 */