__SIO
#define SNDCTL_DSP_POST __SIO ('P', 8)
#define SNDCTL_DSP_SETSYNCRO __SIO ('P', 21)
#define SNDCTL_DSP_SETDUPLEX __SIO ('P', 22)
#define SNDCTL_SEQ_RESET __SIO ('Q', 0)
#define SNDCTL_DSP_SILENCE __SIO ('P', 31)
#define SNDCTL_DSP_SKIP __SIO ('P', 32)
#define SNDCTL_DSP_HALT_INPUT __SIO ('P', 33)
#define SNDCTL_DSP_HALT_OUTPUT __SIO ('P', 34)
#define SNDCTL_SEQ_SYNC __SIO ('Q', 1)
#define SNDCTL_SEQ_PANIC __SIO ('Q',17)
#define SNDCTL_SEQ_TIMING_ENABLE __SIO ('Q', 23) /* Enable incoming MIDI timing messages */
#define SNDCTL_SEQ_ACTSENSE_ENABLE __SIO ('Q', 24) /* Enable incoming active sensing messages */
#define SNDCTL_SEQ_RT_ENABLE __SIO ('Q', 25) /* Enable other incoming realtime messages */
#define SNDCTL_TMR_START __SIO ('T', 2)
#define SNDCTL_TMR_STOP __SIO ('T', 3)
#define SNDCTL_TMR_CONTINUE __SIO ('T', 4)
#define SNDCTL_DSP_NONBLOCK __SIO ('P',14) /* Obsolete. Not supported any more */
#define SNDCTL_DSP_HALT __SIO ('P', 0)
#define SNDCTL_DSP_SYNC __SIO ('P', 1)