Home
last modified time | relevance | path

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

/include/uapi/sound/
Dasound.h188 typedef int __bitwise snd_pcm_access_t; typedef
189 #define SNDRV_PCM_ACCESS_MMAP_INTERLEAVED ((__force snd_pcm_access_t) 0) /* interleaved mmap */
190 #define SNDRV_PCM_ACCESS_MMAP_NONINTERLEAVED ((__force snd_pcm_access_t) 1) /* noninterleaved mmap …
191 #define SNDRV_PCM_ACCESS_MMAP_COMPLEX ((__force snd_pcm_access_t) 2) /* complex mmap */
192 #define SNDRV_PCM_ACCESS_RW_INTERLEAVED ((__force snd_pcm_access_t) 3) /* readi/writei */
193 #define SNDRV_PCM_ACCESS_RW_NONINTERLEAVED ((__force snd_pcm_access_t) 4) /* readn/writen */
/include/sound/
Dpcm_params.h303 static inline snd_pcm_access_t params_access(const struct snd_pcm_hw_params *p) in params_access()
305 return (__force snd_pcm_access_t)snd_mask_min(hw_param_mask_c(p, in params_access()
Dpcm.h361 snd_pcm_access_t access; /* access mode */