1SND_PCM_SGBUF_OPS_PA(9) PCM API SND_PCM_SGBUF_OPS_PA(9)
23
4
NAME
6snd_pcm_sgbuf_ops_page - get the page struct at the given offset
7
SYNOPSIS
9struct page *
10snd_pcm_sgbuf_ops_page(struct snd_pcm_substream * substream,
11unsigned long offset);
12
ARGUMENTS
14substream
15the pcm substream instance
1617
offset
18the buffer offset
19
DESCRIPTION
21Returns the page struct at the given buffer offset. Used as the page
22callback of PCM ops.
23
COPYRIGHT
25Kernel Hackers Manual 2.6. June 2019 SND_PCM_SGBUF_OPS_PA(9)