.\" 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_FREE_SGBUF_PAGES" "" "06 October 2005" "" ""
.SH NAME
snd_free_sgbuf_pages \- free the sg buffer
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int snd_free_sgbuf_pages (struct snd_dma_buffer * \fIdmab\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdmab\fB\fR
buffer record
.SH "DESCRIPTION"
.PP
Releases the pages and the SG-buffer table.
.PP
This function is called usually from the middle-level function
such as \fBsnd_pcm_lib_free_pages\fR\&.
.PP
Returns zero if successful, or a negative error code on failure.