Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/hda/
Dhda_controller.h276 void (*pcm_mmap_prepare)(struct snd_pcm_substream *substream, member
Dhda_intel.c1779 static void pcm_mmap_prepare(struct snd_pcm_substream *substream, in pcm_mmap_prepare() function
1802 .pcm_mmap_prepare = pcm_mmap_prepare,
Dhda_controller.c900 if (chip->ops->pcm_mmap_prepare) in azx_pcm_mmap()
901 chip->ops->pcm_mmap_prepare(substream, area); in azx_pcm_mmap()