Home
last modified time | relevance | path

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

/linux-6.1.9/include/sound/
Dpcm.h1421 int snd_pcm_lib_default_mmap(struct snd_pcm_substream *substream,
/linux-6.1.9/sound/soc/intel/avs/
Dpcm.c815 return snd_pcm_lib_default_mmap(substream, vma); in avs_component_mmap()
/linux-6.1.9/sound/core/
Dpcm_native.c3822 int snd_pcm_lib_default_mmap(struct snd_pcm_substream *substream, in snd_pcm_lib_default_mmap() function
3833 EXPORT_SYMBOL_GPL(snd_pcm_lib_default_mmap);
3901 err = snd_pcm_lib_default_mmap(substream, area); in snd_pcm_mmap_data()
/linux-6.1.9/sound/soc/qcom/
Dlpass-platform.c921 return snd_pcm_lib_default_mmap(substream, vma); in lpass_platform_pcmops_mmap()