Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/sound/
Dasound.h473 struct snd_pcm_sync_ptr { struct
564 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr)
/linux-4.1.27/sound/core/
Dpcm_native.c2698 static int snd_pcm_sync_ptr(struct snd_pcm_substream *substream, in snd_pcm_sync_ptr() function
2699 struct snd_pcm_sync_ptr __user *_sync_ptr) in snd_pcm_sync_ptr()
2702 struct snd_pcm_sync_ptr sync_ptr; in snd_pcm_sync_ptr()
2797 return snd_pcm_sync_ptr(substream, arg); in snd_pcm_common_ioctl1()