Home
last modified time | relevance | path

Searched refs:SNDCTL_DSP_NONBLOCK (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/
Dossaudiodev.c324 if (ioctl(self->fd, SNDCTL_DSP_NONBLOCK, NULL) == -1) in oss_nonblock()
1248 _EXPORT_INT(m, SNDCTL_DSP_NONBLOCK); in PyInit_ossaudiodev()
/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-soundcard.h2034 #define SNDCTL_DSP_NONBLOCK __SIO ('P',14) /* Obsolete. Not supported any more */ macro