Home
last modified time | relevance | path

Searched refs:snd_pcm_lib_default_mmap (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/sound/soc/intel/baytrail/
Dsst-baytrail-pcm.c309 return snd_pcm_lib_default_mmap(substream, vma); in sst_byt_pcm_mmap()
/linux-4.4.14/sound/soc/intel/skylake/
Dskl-pcm.c878 .mmap = snd_pcm_lib_default_mmap,
/linux-4.4.14/include/sound/
Dpcm.h1292 int snd_pcm_lib_default_mmap(struct snd_pcm_substream *substream,
/linux-4.4.14/sound/core/
Dpcm_native.c3392 int snd_pcm_lib_default_mmap(struct snd_pcm_substream *substream, in snd_pcm_lib_default_mmap() function
3417 EXPORT_SYMBOL_GPL(snd_pcm_lib_default_mmap);
3484 err = snd_pcm_lib_default_mmap(substream, area); in snd_pcm_mmap_data()
/linux-4.4.14/sound/pci/hda/
Dhda_controller.c495 return snd_pcm_lib_default_mmap(substream, area); in azx_pcm_mmap()