.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "SND_PCM_SGBUF_OPS_PAGE" "9" "09 October 2005" "" ""
.SH NAME
snd_pcm_sgbuf_ops_page \- get the page struct at the given offset
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct page * snd_pcm_sgbuf_ops_page (snd_pcm_substream_t * \fIsubstream\fB, unsigned long \fIoffset\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsubstream\fB\fR
the pcm substream instance
.TP
\fB\fIoffset\fB\fR
the buffer offset
.SH "DESCRIPTION"
.PP
Returns the page struct at the given buffer offset.
Used as the page callback of PCM ops.