Searched refs:snd_pcm_sync_ptr (Results 1 - 4 of 4) sorted by last modified time

/linux-master/tools/include/uapi/sound/
H A Dasound.h508 #define __snd_pcm_sync_ptr64 snd_pcm_sync_ptr
521 #define __snd_pcm_sync_ptr snd_pcm_sync_ptr
688 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr)
/linux-master/sound/core/
H A Dpcm_native.c3031 static int snd_pcm_sync_ptr(struct snd_pcm_substream *substream, function
3032 struct snd_pcm_sync_ptr __user *_sync_ptr)
3035 struct snd_pcm_sync_ptr sync_ptr;
3361 return snd_pcm_sync_ptr(substream, arg);
3737 * it enforces the user-space to fall back to snd_pcm_sync_ptr(),
H A Dpcm_compat.c491 struct snd_pcm_sync_ptr __user *_sync_ptr)
494 struct snd_pcm_sync_ptr sync_ptr;
/linux-master/include/uapi/sound/
H A Dasound.h508 #define __snd_pcm_sync_ptr64 snd_pcm_sync_ptr
521 #define __snd_pcm_sync_ptr snd_pcm_sync_ptr
688 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr)

Completed in 139 milliseconds