Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/sound/
Dasound.h115 typedef int __bitwise snd_pcm_access_t; typedef
116 #define SNDRV_PCM_ACCESS_MMAP_INTERLEAVED (( snd_pcm_access_t) 0)
117 #define SNDRV_PCM_ACCESS_MMAP_NONINTERLEAVED (( snd_pcm_access_t) 1)
118 #define SNDRV_PCM_ACCESS_MMAP_COMPLEX (( snd_pcm_access_t) 2)
119 #define SNDRV_PCM_ACCESS_RW_INTERLEAVED (( snd_pcm_access_t) 3)
120 #define SNDRV_PCM_ACCESS_RW_NONINTERLEAVED (( snd_pcm_access_t) 4)