Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/sound/
Dasound.h302 #define SNDRV_PCM_INFO_EXPLICIT_SYNC 0x10000000 /* needs explicit sync of pointers and data */ macro
/Linux-v5.15/tools/include/uapi/sound/
Dasound.h302 #define SNDRV_PCM_INFO_EXPLICIT_SYNC 0x10000000 /* needs explicit sync of pointers and data */ macro
/Linux-v5.15/sound/core/
Dpcm_native.c3628 if (pcm_file->substream->runtime->hw.info & SNDRV_PCM_INFO_EXPLICIT_SYNC) in pcm_status_mmap_allowed()
3645 if (pcm_file->substream->runtime->hw.info & SNDRV_PCM_INFO_EXPLICIT_SYNC) in pcm_control_mmap_allowed()