Searched refs:SNDCTL_DSP_GETCAPS (Results 1 – 5 of 5) sorted by relevance
58 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()
228 if (ioctl (obuf->fd, SNDCTL_DSP_GETCAPS, &obuf->caps) == -1) { in gst_ossdmabuffer_acquire()
1230 _EXPORT_INT(m, SNDCTL_DSP_GETCAPS); in PyInit_ossaudiodev()
1066 #define SNDCTL_DSP_GETCAPS __SIOR ('P',15, int) macro
2109 case SNDCTL_DSP_GETCAPS: in dsp_ioctl()