diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2008-11-10 23:25:38 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2008-11-10 23:25:38 +0000 |
commit | 122ebd30c24a1bbcc01712945fe70a9507035d0e (patch) | |
tree | 9e208a9d9db736070d535889a5ccfa6cd1475221 /usr.bin/aucat/conf.h | |
parent | 826857ad8597b5c1726eb93815778835b5322a00 (diff) |
add a per-stream ``soft volume'' knob and the corresponding -v option.
The code will be useful later for the volume knob in the sndio API.
Diffstat (limited to 'usr.bin/aucat/conf.h')
-rw-r--r-- | usr.bin/aucat/conf.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/aucat/conf.h b/usr.bin/aucat/conf.h index c57a75acad6..3627eebe090 100644 --- a/usr.bin/aucat/conf.h +++ b/usr.bin/aucat/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.4 2008/10/26 08:49:43 ratchov Exp $ */ +/* $OpenBSD: conf.h,v 1.5 2008/11/10 23:25:37 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -43,10 +43,6 @@ extern int debug_level; #define DPRINTFN(n, ...) do {} while(0) #endif - -#define MIDI_MAXCTL 127 -#define MIDI_TO_ADATA(m) ((ADATA_UNIT * (m) + 64) / 127) - /* * 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 |