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/amsg.h | |
parent | 148d5c4d2674e507ae720da1aa37065cf06a01db (diff) |
doc fixes from jmc
Diffstat (limited to 'usr.bin/aucat/amsg.h')
-rw-r--r-- | usr.bin/aucat/amsg.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/aucat/amsg.h b/usr.bin/aucat/amsg.h index fa971543c30..7da19f2e55e 100644 --- a/usr.bin/aucat/amsg.h +++ b/usr.bin/aucat/amsg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: amsg.h,v 1.12 2009/10/22 21:41:30 ratchov Exp $ */ +/* $OpenBSD: amsg.h,v 1.13 2010/04/03 17:40:33 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -87,7 +87,8 @@ struct amsg { #define AMSG_REC 0x2 /* audio recording */ #define AMSG_MIDIIN 0x4 /* MIDI thru input */ #define AMSG_MIDIOUT 0x8 /* MIDI thru output */ -#define AMSG_MIXER 0x10 /* MIDI mixer */ +#define AMSG_MON 0x10 /* audio monitoring */ +#define AMSG_RECMASK (AMSG_REC | AMSG_MON) /* can record ? */ uint16_t proto; /* protocol type */ #define AMSG_VERSION 1 uint8_t version; /* protocol version */ |