.\" 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_PAGES" "" "06 October 2005" "" "" .SH NAME snd_free_pci_pages \- release the pages .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void snd_free_pci_pages (struct pci_dev * \fIpci\fB, size_t \fIsize\fB, void * \fIptr\fB, dma_addr_t \fIdma_addr\fB); \fR .SH "ARGUMENTS" .TP \fB\fIpci\fB\fR pci device pointer .TP \fB\fIsize\fB\fR the allocated buffer size .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_pages\fR\&.