Home
last modified time | relevance | path

Searched refs:mmap_emul (Results 1 - 1 of 1) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_mmap_emul.c44 unsigned int mmap_emul :1; member
146 * Here, when the normal hw_params call fails, it turns on the mmap_emul
149 * In mmap_emul mode, the appl_ptr and hw_ptr are handled individually
165 map->mmap_emul = 0; in snd_pcm_mmap_emul_hw_params()
197 map->mmap_emul = 1; in snd_pcm_mmap_emul_hw_params()
215 if (!map->mmap_emul) in snd_pcm_mmap_emul_sw_params()
324 if (!map->mmap_emul) in snd_pcm_mmap_emul_mmap_commit()
336 if (!map->mmap_emul || pcm->stream == SND_PCM_STREAM_PLAYBACK) in snd_pcm_mmap_emul_avail_update()
442 \section pcm_plugins_mmap_emul Plugin: mmap_emul
446 type mmap_emul
[all...]

Completed in 1 milliseconds