Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dpcm.h588 int snd_pcm_mmap_data(struct snd_pcm_substream *substream, struct file *file, struct vm_area_struct…
/openbmc/linux/sound/core/
H A Dpcm_native.c3877 int snd_pcm_mmap_data(struct snd_pcm_substream *substream, struct file *file, in snd_pcm_mmap_data() function
3919 EXPORT_SYMBOL(snd_pcm_mmap_data);
3953 return snd_pcm_mmap_data(substream, file, area); in snd_pcm_mmap()
/openbmc/linux/sound/core/oss/
H A Dpcm_oss.c2941 err = snd_pcm_mmap_data(substream, file, area); in snd_pcm_oss_mmap()