Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/
Dpcm_native.c3408 int snd_pcm_mmap_data(struct snd_pcm_substream *substream, struct file *file, in snd_pcm_mmap_data() function
3450 EXPORT_SYMBOL(snd_pcm_mmap_data);
3474 return snd_pcm_mmap_data(substream, file, area); in snd_pcm_mmap()
/Linux-v4.19/include/sound/
Dpcm.h603 int snd_pcm_mmap_data(struct snd_pcm_substream *substream, struct file *file, struct vm_area_struct…
/Linux-v4.19/sound/core/oss/
Dpcm_oss.c2904 err = snd_pcm_mmap_data(substream, file, area); in snd_pcm_oss_mmap()