Home
last modified time | relevance | path

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

/sound/core/
Dpcm_native.c3167 int snd_pcm_mmap_data(struct snd_pcm_substream *substream, struct file *file, in snd_pcm_mmap_data() function
3204 EXPORT_SYMBOL(snd_pcm_mmap_data);
3228 return snd_pcm_mmap_data(substream, file, area); in snd_pcm_mmap()
/sound/core/oss/
Dpcm_oss.c2766 err = snd_pcm_mmap_data(substream, file, area); in snd_pcm_oss_mmap()