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.