Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dpcm_native.c3992 int snd_pcm_mmap_data(struct snd_pcm_substream *substream, struct file *file, in snd_pcm_mmap_data() function
4034 EXPORT_SYMBOL(snd_pcm_mmap_data);
4068 return snd_pcm_mmap_data(substream, file, area); in snd_pcm_mmap()
/linux/sound/core/oss/
H A Dpcm_oss.c2952 err = snd_pcm_mmap_data(substream, file, area); in snd_pcm_oss_proc_read()