Home
last modified time | relevance | path

Searched refs:SNDCTL_DSP_SETFRAGMENT (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/um/drivers/
H A Dhostaudio_kern.c148 case SNDCTL_DSP_SETFRAGMENT: in hostaudio_ioctl()
164 case SNDCTL_DSP_SETFRAGMENT: in hostaudio_ioctl()
/openbmc/linux/include/uapi/linux/
H A Dsoundcard.h551 #define SNDCTL_DSP_SETFRAGMENT _SIOWR('P',10, int) macro
677 #define SOUND_PCM_SETFRAGMENT SNDCTL_DSP_SETFRAGMENT
/openbmc/qemu/audio/
H A Dossaudio.c323 if (ioctl (fd, SNDCTL_DSP_SETFRAGMENT, &mmmmssss)) { in oss_open()
/openbmc/linux/sound/oss/dmasound/
H A Ddmasound_core.c1097 case SNDCTL_DSP_SETFRAGMENT: in sq_ioctl()
/openbmc/qemu/linux-user/
H A Dioctls.h475 IOCTL(SNDCTL_DSP_SETFRAGMENT, IOC_RW, MK_PTR(TYPE_INT))
/openbmc/linux/sound/core/oss/
H A Dpcm_oss.c2696 case SNDCTL_DSP_SETFRAGMENT: in snd_pcm_oss_ioctl()