Release the pages
void snd_free_pages(void * ptr, size_t size);
ptr
the buffer pointer to release
size
the allocated buffer size
Releases the buffer allocated via snd_malloc_pages.