Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dsoundcard.h583 #define SNDCTL_DSP_NONBLOCK _SIO ('P',14) macro
682 #define SOUND_PCM_NONBLOCK SNDCTL_DSP_NONBLOCK
/openbmc/qemu/audio/
H A Dossaudio.c295 if (ioctl (fd, SNDCTL_DSP_NONBLOCK, NULL)) { in oss_open()
/openbmc/qemu/linux-user/
H A Dioctls.h470 IOCTL(SNDCTL_DSP_NONBLOCK, 0, TYPE_NULL)
/openbmc/linux/sound/core/oss/
H A Dpcm_oss.c2711 case SNDCTL_DSP_NONBLOCK: in snd_pcm_oss_ioctl()