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
This commit is contained in:
parent
dbff7d48fe
commit
8000cec155
12
sys/i386/isa/sound/coproc.h
Normal file
12
sys/i386/isa/sound/coproc.h
Normal file
@ -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 */
|
Loading…
Reference in New Issue
Block a user