Searched refs:SNDCTL_DSP_NONBLOCK (Results 1 – 3 of 3) sorted by relevance
825 #define SNDCTL_DSP_NONBLOCK _IO ('P',14) macro1531 #define SOUND_PCM_NONBLOCK SNDCTL_DSP_NONBLOCK
1339 case SNDCTL_DSP_NONBLOCK: /* set non-blocking i/o */ in dsp_ioctl()1343 if (cmd == SNDCTL_DSP_NONBLOCK || *arg_i) in dsp_ioctl()1351 if (cmd == SNDCTL_DSP_NONBLOCK || *arg_i) in dsp_ioctl()
1887 args->cmd = SNDCTL_DSP_NONBLOCK; in linux_ioctl_sound()