diff options
author | jkh <jkh@FreeBSD.org> | 1995-07-28 23:37:32 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-07-28 23:37:32 +0000 |
commit | cc9aba91ef4cc7cec4397e58468d83a547679462 (patch) | |
tree | 50d001627c9c35bfaff54f54d39498e07a96f1ba /sys | |
parent | 054fc09b4cf49af99673e001b132cf729eaec6fc (diff) | |
download | FreeBSD-src-cc9aba91ef4cc7cec4397e58468d83a547679462.zip FreeBSD-src-cc9aba91ef4cc7cec4397e58468d83a547679462.tar.gz |
This file got left out for some reason - merge it in with the rest of
the VOXWARE 3.05 stuff.
Submitted by: Amancio Hasty and Jim Lowe
Obtained from: Hannu Savolainen
Diffstat (limited to 'sys')
-rw-r--r-- | sys/i386/isa/sound/coproc.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/i386/isa/sound/coproc.h b/sys/i386/isa/sound/coproc.h new file mode 100644 index 0000000..f902382 --- /dev/null +++ b/sys/i386/isa/sound/coproc.h @@ -0,0 +1,12 @@ +/* + * Definitions for various on board processors on the soundcards. For + * example DSP processors. + */ + +/* + * Coprocessor access types + */ +#define COPR_CUSTOM 0x0001 /* Custom applications */ +#define COPR_MIDI 0x0002 /* MIDI (MPU-401) emulation */ +#define COPR_PCM 0x0004 /* Digitized voice applications */ +#define COPR_SYNTH 0x0008 /* Music synthesis */ |