Query: snd_pcm_sgbuf_ops_page
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SND_PCM_SGBUF_OPS_PA(9) PCM API SND_PCM_SGBUF_OPS_PA(9)NAMEsnd_pcm_sgbuf_ops_page - get the page struct at the given offsetSYNOPSISstruct page * snd_pcm_sgbuf_ops_page(struct snd_pcm_substream * substream, unsigned long offset);ARGUMENTSsubstream the pcm substream instance offset the buffer offsetDESCRIPTIONUsed as the page callback of PCM ops.RETURNThe page struct at the given buffer offset. NULL on failure.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SND_PCM_SGBUF_OPS_PA(9)