Home
last modified time | relevance | path

Searched refs:pcm_mmap_prepare (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/sound/pci/hda/
Dhda_controller.h96 void (*pcm_mmap_prepare)(struct snd_pcm_substream *substream, member
Dhda_controller.c694 if (chip->ops->pcm_mmap_prepare) in azx_pcm_mmap()
695 chip->ops->pcm_mmap_prepare(substream, area); in azx_pcm_mmap()
Dhda_intel.c2135 static void pcm_mmap_prepare(struct snd_pcm_substream *substream, in pcm_mmap_prepare() function
2161 .pcm_mmap_prepare = pcm_mmap_prepare,