Home
last modified time | relevance | path

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

/linux-6.15/include/sound/
H A Dpcm.h1396 int snd_pcm_lib_default_mmap(struct snd_pcm_substream *substream,
/linux-6.15/sound/core/
H A Dpcm_native.c3865 int snd_pcm_lib_default_mmap(struct snd_pcm_substream *substream, in snd_pcm_lib_default_mmap() function
3876 EXPORT_SYMBOL_GPL(snd_pcm_lib_default_mmap);
3944 err = snd_pcm_lib_default_mmap(substream, area); in snd_pcm_mmap_data()
/linux-6.15/sound/soc/qcom/
H A Dlpass-platform.c922 return snd_pcm_lib_default_mmap(substream, vma); in lpass_platform_pcmops_mmap()
/linux-6.15/sound/soc/intel/avs/
H A Dpcm.c1293 return snd_pcm_lib_default_mmap(substream, vma); in avs_component_mmap()