Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dasound.h327 struct snd_pcm_info { struct
573 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info)
983 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dasound.h327 struct snd_pcm_info { struct
573 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info)
983 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A Dasound.h343 struct snd_pcm_info { struct
670 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info)
1095 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound.h343 struct snd_pcm_info { struct
670 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info)
1095 #define SNDRV_CTL_IOCTL_PCM_INFO _IOWR('U', 0x31, struct snd_pcm_info)
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm.c103 struct snd_pcm_info __user *info; in snd_pcm_control_ioctl()
111 info = (struct snd_pcm_info __user *)arg; in snd_pcm_control_ioctl()
333 struct snd_pcm_info *info; in snd_pcm_proc_info_read()
343 err = snd_pcm_info(substream, info); in snd_pcm_proc_info_read()
H A Dpcm_native.c202 int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info) in snd_pcm_info() function
224 struct snd_pcm_info __user * _info) in snd_pcm_info_user()
226 struct snd_pcm_info *info; in snd_pcm_info_user()
232 err = snd_pcm_info(substream, info); in snd_pcm_info_user()
/OK3568_Linux_fs/kernel/include/sound/
H A Dpcm.h563 int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info);
565 struct snd_pcm_info __user *info);
/OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/
H A Dpcm.c612 struct snd_pcm_info info; in pcm_open()