Home
last modified time | relevance | path

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

/external/syzkaller/sys/linux/
Dsndcontrol.txt29 …V_CTL_IOCTL_PCM_INFO(fd fd_sndctrl, cmd const[SNDRV_CTL_IOCTL_PCM_INFO], arg ptr[in, snd_pcm_info])
90 snd_pcm_info {
/external/kernel-headers/original/uapi/sound/
Dasound.h329 struct snd_pcm_info { struct
575 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info)
985 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
/external/tinyalsa/
Dpcm.c879 struct snd_pcm_info info; in pcm_open()