Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dpcm.h1419 int snd_pcm_lib_default_mmap(struct snd_pcm_substream *substream,
/openbmc/linux/sound/core/
H A Dpcm_native.c3835 int snd_pcm_lib_default_mmap(struct snd_pcm_substream *substream, in snd_pcm_lib_default_mmap() function
3846 EXPORT_SYMBOL_GPL(snd_pcm_lib_default_mmap);
3914 err = snd_pcm_lib_default_mmap(substream, area); in snd_pcm_mmap_data()
/openbmc/linux/sound/soc/qcom/
H A Dlpass-platform.c921 return snd_pcm_lib_default_mmap(substream, vma); in lpass_platform_pcmops_mmap()
/openbmc/linux/sound/soc/intel/avs/
H A Dpcm.c1124 return snd_pcm_lib_default_mmap(substream, vma); in avs_component_mmap()