Searched refs:SNDCTL_DSP_GETBLKSIZE (Results 1 – 4 of 4) sorted by relevance
574 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()
1229 _EXPORT_INT(m, SNDCTL_DSP_GETBLKSIZE); in PyInit_ossaudiodev()
974 #define SNDCTL_DSP_GETBLKSIZE __SIOWR('P', 4, int) macro
2079 case SNDCTL_DSP_GETBLKSIZE: in dsp_ioctl()