Home
last modified time | relevance | path

Searched refs:audio_buf_info (Results 1 – 5 of 5) 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/linux/
H A Dsoundcard.h568 typedef struct audio_buf_info { struct
575 } audio_buf_info; argument
577 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info)
578 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_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/linux/
H A Dsoundcard.h568 typedef struct audio_buf_info { struct
575 } audio_buf_info; argument
577 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info)
578 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsoundcard.h572 typedef struct audio_buf_info { struct
579 } audio_buf_info; argument
581 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info)
582 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info)
/OK3568_Linux_fs/kernel/sound/core/oss/
H A Dpcm_oss.c2244 …s_get_space(struct snd_pcm_oss_file *pcm_oss_file, int stream, struct audio_buf_info __user *_info) in snd_pcm_oss_get_space()
2250 struct audio_buf_info info; in snd_pcm_oss_get_space()
2692 (struct audio_buf_info __user *) arg); in snd_pcm_oss_ioctl()
/OK3568_Linux_fs/kernel/sound/oss/dmasound/
H A Ddmasound_core.c996 audio_buf_info info; in sq_ioctl()