Home
last modified time | relevance | path

Searched refs:SNDCTL_DSP_NONBLOCK (Results 1 – 3 of 3) sorted by relevance

/trueos/sys/sys/
HDsoundcard.h825 #define SNDCTL_DSP_NONBLOCK _IO ('P',14) macro
1531 #define SOUND_PCM_NONBLOCK SNDCTL_DSP_NONBLOCK
/trueos/sys/dev/sound/pcm/
HDdsp.c1339 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()
/trueos/sys/compat/linux/
HDlinux_ioctl.c1887 args->cmd = SNDCTL_DSP_NONBLOCK; in linux_ioctl_sound()