Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/sound/uapi/
Dasound.h675 #define SNDRV_PCM_IOCTL_SYNC_PTR _IOWR('A', 0x23, struct snd_pcm_sync_ptr) macro
/third_party/alsa-lib/src/pcm/
Dpcm_hw.c139 if (ioctl(hw->fd, SNDRV_PCM_IOCTL_SYNC_PTR, hw->sync_ptr) < 0) { in sync_ptr1()