Home
last modified time | relevance | path

Searched refs:count_info (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Dsoundcard.h606 typedef struct count_info { struct
610 } count_info; argument
612 #define SNDCTL_DSP_GETIPTR _SIOR ('P',17, count_info)
613 #define SNDCTL_DSP_GETOPTR _SIOR ('P',18, count_info)
/linux/sound/core/oss/
H A Dpcm_oss.c2180 static int snd_pcm_oss_get_ptr(struct snd_pcm_oss_file *pcm_oss_file, int stream, struct count_info in snd_pcm_oss_get_ptr()
2186 struct count_info info; in snd_pcm_oss_get_ptr()
2717 (struct count_info __user *) arg); in snd_pcm_oss_ioctl()