1SND_PCM_SGBUF_OPS_PA(9)             PCM API            SND_PCM_SGBUF_OPS_PA(9)
2
3
4

NAME

6       snd_pcm_sgbuf_ops_page - get the page struct at the given offset
7

SYNOPSIS

9       struct page *
10                                            snd_pcm_sgbuf_ops_page(struct snd_pcm_substream * substream,
11                                            unsigned long offset);
12

ARGUMENTS

14       substream
15           the pcm substream instance
16
17       offset
18           the buffer offset
19

DESCRIPTION

21       Used as the page callback of PCM ops.
22

RETURN

24       The page struct at the given buffer offset.  NULL on failure.
25
27Kernel Hackers Manual 3.10         June 2019           SND_PCM_SGBUF_OPS_PA(9)
Impressum