.\" 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_PCI_PAGE" "" "06 October 2005" "" ""
.SH NAME
snd_free_pci_page \- release a page
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void snd_free_pci_page (struct pci_dev * \fIpci\fB, void * \fIptr\fB, dma_addr_t \fIdma_addr\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIpci\fB\fR
pci device pointer
.TP
\fB\fIptr\fB\fR
the buffer pointer to release
.TP
\fB\fIdma_addr\fB\fR
the physical address of the buffer
.SH "DESCRIPTION"
.PP
Releases the buffer allocated via \fBsnd_malloc_pci_page\fR\&.