Home
last modified time | relevance | path

Searched refs:SNDCTL_DSP_GETBLKSIZE (Results 1 – 4 of 4) sorted by relevance

/third_party/pulseaudio/src/modules/oss/
Dmodule-oss.c574 if (ioctl(u->fd, SNDCTL_DSP_GETBLKSIZE, &frag_size) < 0) { in unsuspend()
1258 if (ioctl(fd, SNDCTL_DSP_GETBLKSIZE, &frag_size) < 0) { in pa__init()
/third_party/python/Modules/
Dossaudiodev.c1229 _EXPORT_INT(m, SNDCTL_DSP_GETBLKSIZE); in PyInit_ossaudiodev()
/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-soundcard.h974 #define SNDCTL_DSP_GETBLKSIZE __SIOWR('P', 4, int) macro
/third_party/pulseaudio/src/utils/
Dpadsp.c2079 case SNDCTL_DSP_GETBLKSIZE: in dsp_ioctl()