1. NAME

snd_free_pages - release the pages

2. SYNOPSIS

void snd_free_pages(void *  ptr , size_t  size );

3. ARGUMENTS

ptr
    the buffer pointer to release

size
    the allocated buffer size

4. DESCRIPTION

Releases the buffer allocated via snd_malloc_pages.

5. COPYRIGHT