Home
last modified time | relevance | path

Searched refs:SNDCTL_DSP_GETCAPS (Results 1 – 5 of 5) sorted by relevance

/third_party/pulseaudio/src/modules/oss/
Doss-util.c58 if (ioctl(fd, SNDCTL_DSP_GETCAPS, pcaps) < 0) { in pa_oss_open()
86 if (ioctl(fd, SNDCTL_DSP_GETCAPS, pcaps) < 0) { in pa_oss_open()
/third_party/gstreamer/gstplugins_good/sys/oss/
Dgstossdmabuffer.c228 if (ioctl (obuf->fd, SNDCTL_DSP_GETCAPS, &obuf->caps) == -1) { in gst_ossdmabuffer_acquire()
/third_party/python/Modules/
Dossaudiodev.c1230 _EXPORT_INT(m, SNDCTL_DSP_GETCAPS); in PyInit_ossaudiodev()
/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-soundcard.h1066 #define SNDCTL_DSP_GETCAPS __SIOR ('P',15, int) macro
/third_party/pulseaudio/src/utils/
Dpadsp.c2109 case SNDCTL_DSP_GETCAPS: in dsp_ioctl()