snd_pcm_mmap_data
int snd_pcm_mmap_data(struct snd_pcm_substream *substream, struct file *file, struct vm_area_struct *area);
err = snd_pcm_mmap_data(substream, file, area);
EXPORT_SYMBOL(snd_pcm_mmap_data);
return snd_pcm_mmap_data(substream, file, area);