Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
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)
/linux-6.1.9/sound/oss/dmasound/
Ddmasound_core.c991 audio_buf_info info; in sq_ioctl()
/linux-6.1.9/sound/core/oss/
Dpcm_oss.c2264 …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()
2270 struct audio_buf_info info; in snd_pcm_oss_get_space()
2710 (struct audio_buf_info __user *) arg); in snd_pcm_oss_ioctl()