1SND_PCM_LIB_DEFAULT_(9) PCM API SND_PCM_LIB_DEFAULT_(9)
23
4
NAME
6snd_pcm_lib_default_mmap - Default PCM data mmap function
7
SYNOPSIS
9int snd_pcm_lib_default_mmap(struct snd_pcm_substream * substream,
10struct vm_area_struct * area);
11
ARGUMENTS
13substream
14PCM substream
1516
area
17VMA
18
DESCRIPTION
20This is the default mmap handler for PCM data. When mmap pcm_ops is
21NULL, this function is invoked implicitly.
22
COPYRIGHT
24Kernel Hackers Manual 3.10 June 2019 SND_PCM_LIB_DEFAULT_(9)