Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/hda/
Dhda_controller.h88 void (*pcm_mmap_prepare)(struct snd_pcm_substream *substream, member
Dhda_controller.c493 if (chip->ops->pcm_mmap_prepare) in azx_pcm_mmap()
494 chip->ops->pcm_mmap_prepare(substream, area); in azx_pcm_mmap()
Dhda_intel.c1931 static void pcm_mmap_prepare(struct snd_pcm_substream *substream, in pcm_mmap_prepare() function
1957 .pcm_mmap_prepare = pcm_mmap_prepare,