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