Home
last modified time | relevance | path

Searched refs:SNDCTL_DSP_CHANNELS (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/um/drivers/
H A Dhostaudio_kern.c146 case SNDCTL_DSP_CHANNELS: in hostaudio_ioctl()
162 case SNDCTL_DSP_CHANNELS: in hostaudio_ioctl()
/openbmc/linux/include/uapi/linux/
H A Dsoundcard.h546 #define SNDCTL_DSP_CHANNELS _SIOWR('P', 6, int) macro
547 #define SOUND_PCM_WRITE_CHANNELS SNDCTL_DSP_CHANNELS
/openbmc/qemu/audio/
H A Dossaudio.c284 if (ioctl (fd, SNDCTL_DSP_CHANNELS, &nchannels)) { in oss_open()
/openbmc/qemu/linux-user/
H A Dioctls.h459 IOCTL(SNDCTL_DSP_CHANNELS, IOC_RW, MK_PTR(TYPE_INT))
/openbmc/linux/sound/core/oss/
H A Dpcm_oss.c2672 case SNDCTL_DSP_CHANNELS: in snd_pcm_oss_ioctl()