Home
last modified time | relevance | path

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

/linux/tools/include/uapi/sound/
H A Dasound.h
/linux/include/uapi/sound/
H A Dasound.h172 typedef int __bitwise snd_pcm_access_t; typedef
173 #define SNDRV_PCM_ACCESS_MMAP_INTERLEAVED ((__force snd_pcm_access_t) 0) /* interleaved mmap */
174 #define SNDRV_PCM_ACCESS_MMAP_NONINTERLEAVED ((__force snd_pcm_access_t) 1) /* noninterleaved mmap */
175 #define SNDRV_PCM_ACCESS_MMAP_COMPLEX ((__force snd_pcm_access_t) 2) /* complex mmap */
176 #define SNDRV_PCM_ACCESS_RW_INTERLEAVED ((__force snd_pcm_access_t) 3) /* readi/writei */
177 #define SNDRV_PCM_ACCESS_RW_NONINTERLEAVED ((__force snd_pcm_access_t) 4) /* readn/writen */
/linux/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h172 typedef int __bitwise snd_pcm_access_t; typedef
173 #define SNDRV_PCM_ACCESS_MMAP_INTERLEAVED ((__force snd_pcm_access_t) 0) /* interleaved mmap */
174 #define SNDRV_PCM_ACCESS_MMAP_NONINTERLEAVED ((__force snd_pcm_access_t) 1) /* noninterleaved mmap …
175 #define SNDRV_PCM_ACCESS_MMAP_COMPLEX ((__force snd_pcm_access_t) 2) /* complex mmap */
176 #define SNDRV_PCM_ACCESS_RW_INTERLEAVED ((__force snd_pcm_access_t) 3) /* readi/writei */
177 #define SNDRV_PCM_ACCESS_RW_NONINTERLEAVED ((__force snd_pcm_access_t) 4) /* readn/writen */
/linux/include/sound/
H A 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()
/linux/sound/core/oss/
H A Dpcm_plugin.h46 snd_pcm_access_t access;
H A Dpcm_plugin.c378 snd_pcm_access_t src_access, dst_access; in snd_pcm_plug_format_plugins()
/linux/tools/testing/selftests/alsa/
H A Dtest-pcmtest-driver.c26 snd_pcm_access_t access;
H A Dpcm-test.c293 snd_pcm_access_t access = SND_PCM_ACCESS_RW_INTERLEAVED; in test_pcm_time()
/linux/sound/drivers/
H A Daloop.c122 snd_pcm_access_t access;
325 static bool is_access_interleaved(snd_pcm_access_t access) in is_access_interleaved()
1558 snd_pcm_access_t access; in loopback_access_get()
/linux/sound/core/
H A Dpcm.c276 static const char *snd_pcm_access_name(snd_pcm_access_t access) in snd_pcm_access_name()
/linux/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst1475 snd_pcm_access_t access; /* access mode */