Searched refs:SNDRV_PCM_INFO_EXPLICIT_SYNC (Results 1 – 5 of 5) sorted by relevance
79 if (substream->runtime->info & SNDRV_PCM_INFO_EXPLICIT_SYNC) in snd_pcm_dma_buffer_sync()
2770 substream->runtime->hw.info |= SNDRV_PCM_INFO_EXPLICIT_SYNC; in snd_pcm_open_substream() 3729 if (pcm_file->substream->runtime->hw.info & SNDRV_PCM_INFO_EXPLICIT_SYNC) in pcm_status_mmap_allowed() 3746 if (pcm_file->substream->runtime->hw.info & SNDRV_PCM_INFO_EXPLICIT_SYNC) in pcm_control_mmap_allowed()
297 #define SNDRV_PCM_INFO_EXPLICIT_SYNC 0x10000000 /* needs explicit sync of pointers and data */ macro