Symbol: snd_pcm_access_t
include/sound/pcm.h
379
snd_pcm_access_t access; /* access mode */
include/sound/pcm_params.h
303
static inline snd_pcm_access_t params_access(const struct snd_pcm_hw_params *p)
include/sound/pcm_params.h
305
return (__force snd_pcm_access_t)snd_mask_min(hw_param_mask_c(p,
include/uapi/sound/asound.h
173
#define SNDRV_PCM_ACCESS_MMAP_INTERLEAVED ((__force snd_pcm_access_t) 0) /* interleaved mmap */
include/uapi/sound/asound.h
174
#define SNDRV_PCM_ACCESS_MMAP_NONINTERLEAVED ((__force snd_pcm_access_t) 1) /* noninterleaved mmap */
include/uapi/sound/asound.h
175
#define SNDRV_PCM_ACCESS_MMAP_COMPLEX ((__force snd_pcm_access_t) 2) /* complex mmap */
include/uapi/sound/asound.h
176
#define SNDRV_PCM_ACCESS_RW_INTERLEAVED ((__force snd_pcm_access_t) 3) /* readi/writei */
include/uapi/sound/asound.h
177
#define SNDRV_PCM_ACCESS_RW_NONINTERLEAVED ((__force snd_pcm_access_t) 4) /* readn/writen */
sound/core/oss/pcm_plugin.c
363
snd_pcm_access_t src_access, dst_access;
sound/core/oss/pcm_plugin.h
46
snd_pcm_access_t access;
sound/core/pcm.c
276
static const char *snd_pcm_access_name(snd_pcm_access_t access)
sound/drivers/aloop.c
123
snd_pcm_access_t access;
sound/drivers/aloop.c
1555
snd_pcm_access_t access;
sound/drivers/aloop.c
326
static bool is_access_interleaved(snd_pcm_access_t access)
sound/soc/fsl/fsl_qmc_audio.c
72
static bool qmc_audio_access_is_interleaved(snd_pcm_access_t access)
tools/perf/trace/beauty/include/uapi/sound/asound.h
173
#define SNDRV_PCM_ACCESS_MMAP_INTERLEAVED ((__force snd_pcm_access_t) 0) /* interleaved mmap */
tools/perf/trace/beauty/include/uapi/sound/asound.h
174
#define SNDRV_PCM_ACCESS_MMAP_NONINTERLEAVED ((__force snd_pcm_access_t) 1) /* noninterleaved mmap */
tools/perf/trace/beauty/include/uapi/sound/asound.h
175
#define SNDRV_PCM_ACCESS_MMAP_COMPLEX ((__force snd_pcm_access_t) 2) /* complex mmap */
tools/perf/trace/beauty/include/uapi/sound/asound.h
176
#define SNDRV_PCM_ACCESS_RW_INTERLEAVED ((__force snd_pcm_access_t) 3) /* readi/writei */
tools/perf/trace/beauty/include/uapi/sound/asound.h
177
#define SNDRV_PCM_ACCESS_RW_NONINTERLEAVED ((__force snd_pcm_access_t) 4) /* readn/writen */
tools/testing/selftests/alsa/pcm-test.c
293
snd_pcm_access_t access = SND_PCM_ACCESS_RW_INTERLEAVED;
tools/testing/selftests/alsa/test-pcmtest-driver.c
26
snd_pcm_access_t access;