Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/core/oss/
H A Dpcm_plugin.c90 } else if (plugin->access == SNDRV_PCM_ACCESS_RW_NONINTERLEAVED) { in snd_pcm_plugin_alloc()
394 SNDRV_PCM_ACCESS_RW_NONINTERLEAVED); in snd_pcm_plug_format_plugins()
404 SNDRV_PCM_ACCESS_RW_NONINTERLEAVED); in snd_pcm_plug_format_plugins()
H A Dpcm_oss.c884 snd_mask_set(&mask, (__force int)SNDRV_PCM_ACCESS_RW_NONINTERLEAVED); in snd_pcm_oss_change_params_locked()
1707 else if (runtime->access == SNDRV_PCM_ACCESS_RW_NONINTERLEAVED) in snd_pcm_oss_sync()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dasound.h186 #define SNDRV_PCM_ACCESS_RW_NONINTERLEAVED ((snd_pcm_access_t) 4) /* readn/writen */ macro
187 #define SNDRV_PCM_ACCESS_LAST SNDRV_PCM_ACCESS_RW_NONINTERLEAVED
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dasound.h186 #define SNDRV_PCM_ACCESS_RW_NONINTERLEAVED ((snd_pcm_access_t) 4) /* readn/writen */ macro
187 #define SNDRV_PCM_ACCESS_LAST SNDRV_PCM_ACCESS_RW_NONINTERLEAVED
/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A Dasound.h191 #define SNDRV_PCM_ACCESS_RW_NONINTERLEAVED ((__force snd_pcm_access_t) 4) /* readn/writen */ macro
192 #define SNDRV_PCM_ACCESS_LAST SNDRV_PCM_ACCESS_RW_NONINTERLEAVED
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound.h191 #define SNDRV_PCM_ACCESS_RW_NONINTERLEAVED ((__force snd_pcm_access_t) 4) /* readn/writen */ macro
192 #define SNDRV_PCM_ACCESS_LAST SNDRV_PCM_ACCESS_RW_NONINTERLEAVED
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_lib.c1722 case SNDRV_PCM_ACCESS_RW_NONINTERLEAVED: in snd_pcm_lib_ioctl_channel_info()
2144 if (runtime->access != SNDRV_PCM_ACCESS_RW_NONINTERLEAVED) in __snd_pcm_lib_xfer()
H A Dpcm_native.c2601 mask |= PARAM_MASK_BIT(SNDRV_PCM_ACCESS_RW_NONINTERLEAVED); in snd_pcm_hw_constraints_complete()
3855 runtime->access == SNDRV_PCM_ACCESS_RW_NONINTERLEAVED) in snd_pcm_mmap_data()