Home
last modified time | relevance | path

Searched refs:snd_pcm_sync_ptr (Results 1 – 5 of 5) sorted by relevance

/linux/tools/include/uapi/sound/
H A Dasound.h
/linux/include/uapi/sound/
H A Dasound.h509 #define __snd_pcm_sync_ptr64 snd_pcm_sync_ptr
522 #define __snd_pcm_sync_ptr snd_pcm_sync_ptr
689 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr)
/linux/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h509 #define __snd_pcm_sync_ptr64 snd_pcm_sync_ptr
522 #define __snd_pcm_sync_ptr snd_pcm_sync_ptr
689 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr)
/linux/sound/core/
H A Dpcm_compat.c480 struct snd_pcm_sync_ptr __user *_sync_ptr) in snd_pcm_ioctl_sync_ptr_buggy()
483 struct snd_pcm_sync_ptr sync_ptr; in snd_pcm_ioctl_sync_ptr_buggy()
H A Dpcm_native.c3118 static int snd_pcm_sync_ptr(struct snd_pcm_substream *substream, in snd_pcm_sync_ptr() function
3119 struct snd_pcm_sync_ptr __user *_sync_ptr) in snd_pcm_sync_ptr()
3444 return snd_pcm_sync_ptr(substream, arg); in snd_pcm_common_ioctl()