Searched refs:snd_pcm_mmap_offset (Results 1 – 3 of 3) sorted by relevance
238 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()
406 appl_offset = snd_pcm_mmap_offset(pcm); in snd_pcm_plugin_mmap_commit()
599 static inline snd_pcm_uframes_t snd_pcm_mmap_offset(snd_pcm_t *pcm) in snd_pcm_mmap_offset() function