Searched refs:SNDCTL_DSP_GETISPACE (Results 1 – 2 of 2) sorted by relevance
275 if (ioctl(fFD, SNDCTL_DSP_GETISPACE, info, sizeof(audio_buf_info)) < 0) { in GetISpace()708 if (ioctl(fFD, rec?SNDCTL_DSP_GETISPACE:SNDCTL_DSP_GETOSPACE, &abinfo, sizeof(abinfo)) < 0) { in SpecializeFormatFor()
1094 #define SNDCTL_DSP_GETISPACE __SIOR ('P',13, audio_buf_info) macro