diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2010-04-03 17:40:34 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2010-04-03 17:40:34 +0000 |
commit | 1f1e75a96689e478cf3357f495812c131cb352f9 (patch) | |
tree | 4c0138208ad43819ad172abac04aa95589e6b6e9 /usr.bin/aucat/conf.h | |
parent | 148d5c4d2674e507ae720da1aa37065cf06a01db (diff) |
doc fixes from jmc
Diffstat (limited to 'usr.bin/aucat/conf.h')
-rw-r--r-- | usr.bin/aucat/conf.h | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/usr.bin/aucat/conf.h b/usr.bin/aucat/conf.h index 9f23921c760..66b7b9ee2b4 100644 --- a/usr.bin/aucat/conf.h +++ b/usr.bin/aucat/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.12 2010/01/10 21:47:41 ratchov Exp $ */ +/* $OpenBSD: conf.h,v 1.13 2010/04/03 17:40:33 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -31,19 +31,6 @@ extern int debug_level; #endif /* - * Number of blocks in the device play/record buffers. Because Sun API - * cannot notify apps of the current positions, we have to use all N - * buffers devices blocks plus one extra block, to make write() block, - * so that poll() can return the exact postition. - */ -#define DEV_NBLK 2 - -/* - * Number of blocks in the wav-file i/o buffers. - */ -#define WAV_NBLK 6 - -/* * socket and option names */ #define DEFAULT_MIDITHRU "midithru" |