Home
last modified time | relevance | path

Searched refs:SNDRV_PCM_IOCTL_INFO (Results 1 – 7 of 7) 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.h573 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info) macro
/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.h573 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info) macro
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_compat.c585 case SNDRV_PCM_IOCTL_INFO: in snd_pcm_ioctl_compat()
H A Dpcm_native.c3272 case SNDRV_PCM_IOCTL_INFO: in snd_pcm_common_ioctl()
/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A Dasound.h670 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info) macro
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound.h670 #define SNDRV_PCM_IOCTL_INFO _IOR('A', 0x01, struct snd_pcm_info) macro
/OK3568_Linux_fs/external/rk_pcba_test/tinyalsa/
H A Dpcm.c634 if (ioctl(pcm->fd, SNDRV_PCM_IOCTL_INFO, &info)) { in pcm_open()