Man Page: snd_pcm_lib_free_pages
Operating Environment: centos
Section: 9
SND_PCM_LIB_FREE_PAG(9) PCM API SND_PCM_LIB_FREE_PAG(9)NAMEsnd_pcm_lib_free_pages - release the allocated DMA buffer.SYNOPSISint snd_pcm_lib_free_pages(struct snd_pcm_substream * substream);ARGUMENTSsubstream the substream to release the DMA bufferDESCRIPTIONReleases the DMA buffer allocated via snd_pcm_lib_malloc_pages.RETURNZero if successful, or a negative error code on failure.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SND_PCM_LIB_FREE_PAG(9)