1SND_PCM_LIB_FREE_PAG(9) PCM API SND_PCM_LIB_FREE_PAG(9)
23
4
NAME
6snd_pcm_lib_free_pages - release the allocated DMA buffer.
7
SYNOPSIS
9int snd_pcm_lib_free_pages(struct snd_pcm_substream * substream);
10
ARGUMENTS
12substream
13the substream to release the DMA buffer
14
DESCRIPTION
16Releases the DMA buffer allocated via snd_pcm_lib_malloc_pages.
17
RETURN
19Zero if successful, or a negative error code on failure.
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 SND_PCM_LIB_FREE_PAG(9)