Searched defs:__OSSIO (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/audio/
H A Daudio_oss.h464 #define __OSSIO(x, y) ((int)(OSSIOC_VOID|(x<<8)|y)) macro
480 #define SNDCTL_MIDIINFO __OSSIO('X', 9)
501 #define SNDCTL_DSP_HALT __OSSIO('P', 0)
503 #define SNDCTL_DSP_SYNC __OSSIO('P', 1)
511 #define SNDCTL_DSP_POST __OSSIO('P', 8)
520 #define SNDCTL_DSP_NONBLOCK __OSSIO('P', 14) /* Obsolete */
529 #define SNDCTL_DSP_SETSYNCRO __OSSIO('P', 21)
530 #define SNDCTL_DSP_SETDUPLEX __OSSIO('P', 22)
552 #define SNDCTL_DSP_SILENCE __OSSIO('P', 31)
553 #define SNDCTL_DSP_SKIP __OSSIO('
[all...]

Completed in 51 milliseconds