Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/uapi/sound/
Dasound.h183 typedef int __bitwise snd_pcm_access_t; typedef
184 #define SNDRV_PCM_ACCESS_MMAP_INTERLEAVED ((__force snd_pcm_access_t) 0) /* interleaved mmap */
185 #define SNDRV_PCM_ACCESS_MMAP_NONINTERLEAVED ((__force snd_pcm_access_t) 1) /* noninterleaved mmap …
186 #define SNDRV_PCM_ACCESS_MMAP_COMPLEX ((__force snd_pcm_access_t) 2) /* complex mmap */
187 #define SNDRV_PCM_ACCESS_RW_INTERLEAVED ((__force snd_pcm_access_t) 3) /* readi/writei */
188 #define SNDRV_PCM_ACCESS_RW_NONINTERLEAVED ((__force snd_pcm_access_t) 4) /* readn/writen */
/Linux-v4.19/include/uapi/sound/
Dasound.h183 typedef int __bitwise snd_pcm_access_t; typedef
184 #define SNDRV_PCM_ACCESS_MMAP_INTERLEAVED ((__force snd_pcm_access_t) 0) /* interleaved mmap */
185 #define SNDRV_PCM_ACCESS_MMAP_NONINTERLEAVED ((__force snd_pcm_access_t) 1) /* noninterleaved mmap …
186 #define SNDRV_PCM_ACCESS_MMAP_COMPLEX ((__force snd_pcm_access_t) 2) /* complex mmap */
187 #define SNDRV_PCM_ACCESS_RW_INTERLEAVED ((__force snd_pcm_access_t) 3) /* readi/writei */
188 #define SNDRV_PCM_ACCESS_RW_NONINTERLEAVED ((__force snd_pcm_access_t) 4) /* readn/writen */
/Linux-v4.19/include/sound/
Dpcm_params.h314 static inline snd_pcm_access_t params_access(const struct snd_pcm_hw_params *p) in params_access()
316 return (__force snd_pcm_access_t)snd_mask_min(hw_param_mask_c(p, in params_access()
Dpcm.h366 snd_pcm_access_t access; /* access mode */
/Linux-v4.19/sound/core/oss/
Dpcm_plugin.h61 snd_pcm_access_t access;
Dpcm_plugin.c370 snd_pcm_access_t src_access, dst_access; in snd_pcm_plug_format_plugins()
/Linux-v4.19/sound/core/
Dpcm.c291 static const char *snd_pcm_access_name(snd_pcm_access_t access) in snd_pcm_access_name()
/Linux-v4.19/Documentation/sound/kernel-api/
Dwriting-an-alsa-driver.rst1564 snd_pcm_access_t access; /* access mode */