Searched refs:SNDCTL_DSP_NONBLOCK (Results 1 – 2 of 2) sorted by relevance
324 if (ioctl(self->fd, SNDCTL_DSP_NONBLOCK, NULL) == -1) in oss_nonblock()1248 _EXPORT_INT(m, SNDCTL_DSP_NONBLOCK); in PyInit_ossaudiodev()
2034 #define SNDCTL_DSP_NONBLOCK __SIO ('P',14) /* Obsolete. Not supported any more */ macro