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
21Used as the page callback of PCM ops.
22
RETURN
24The page struct at the given buffer offset. NULL on failure.
25
COPYRIGHT
27Kernel Hackers Manual 3.10 June 2019 SND_PCM_SGBUF_OPS_PA(9)