Searched refs:SNDCTL_DSP_SETFMT (Results 1 – 4 of 4) sorted by relevance
509 #define SNDCTL_DSP_SAMPLESIZE SNDCTL_DSP_SETFMT516 #define SNDCTL_DSP_SETFMT __OSSIOWR('P', 5, int) /* Selects ONE fmt */ macro
252 if (ioctl(hd, SNDCTL_DSP_SETFMT, &tmp) == -1 || tmp != AFMT_S16_NE) { in testdsp()
594 { (uint_t)SNDCTL_DSP_SETFMT, "SNDCTL_DSP_SETFMT", NULL },
1694 case SNDCTL_DSP_SETFMT: in oss_ioctl()