__OSSIO
#define SNDCTL_MIDIINFO __OSSIO('X', 9)
#define SNDCTL_DSP_HALT __OSSIO('P', 0)
#define SNDCTL_DSP_SYNC __OSSIO('P', 1)
#define SNDCTL_DSP_POST __OSSIO('P', 8)
#define SNDCTL_DSP_NONBLOCK __OSSIO('P', 14) /* Obsolete */
#define SNDCTL_DSP_SETSYNCRO __OSSIO('P', 21)
#define SNDCTL_DSP_SETDUPLEX __OSSIO('P', 22)
#define SNDCTL_DSP_SILENCE __OSSIO('P', 31)
#define SNDCTL_DSP_SKIP __OSSIO('P', 32)
#define SNDCTL_DSP_HALT_INPUT __OSSIO('P', 33)
#define SNDCTL_DSP_HALT_OUTPUT __OSSIO('P', 34)