Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/pcm/
Dpcm_share.c238 err = snd_pcm_mmap_commit(spcm, snd_pcm_mmap_offset(spcm), frames); in _snd_pcm_share_missing()
844 err = snd_pcm_mmap_commit(spcm, snd_pcm_mmap_offset(spcm), frames); in _snd_pcm_share_mmap_commit()
950 snd_pcm_uframes_t offset = snd_pcm_mmap_offset(pcm); in snd_pcm_share_start()
964 res = snd_pcm_mmap_commit(spcm, snd_pcm_mmap_offset(spcm), hw_avail); in snd_pcm_share_start()
Dpcm_plugin.c406 appl_offset = snd_pcm_mmap_offset(pcm); in snd_pcm_plugin_mmap_commit()
Dpcm_local.h599 static inline snd_pcm_uframes_t snd_pcm_mmap_offset(snd_pcm_t *pcm) in snd_pcm_mmap_offset() function