SND_FREE_PAGES
Section: Management of Cards and Device (9)
Updated: February 2011
Index
Return to Main Contents
NAME
snd_free_pages - release the pages
SYNOPSIS
-
void snd_free_pages(void * ptr, size_t size);
ARGUMENTS
ptr
-
- the buffer pointer to release
size
-
the allocated buffer size
DESCRIPTION
Releases the buffer allocated via
snd_malloc_pages.
COPYRIGHT