1SND_PCM_LIB_PREALLOC(9) PCM API SND_PCM_LIB_PREALLOC(9)
23
4
NAME
6snd_pcm_lib_preallocate_free_for_all - release all pre-allocated
7buffers on the pcm
8
SYNOPSIS
10int snd_pcm_lib_preallocate_free_for_all(struct snd_pcm * pcm);
11
ARGUMENTS
13pcm
14the pcm instance
15
DESCRIPTION
17Releases all the pre-allocated buffers on the given pcm.
1819
Returns zero if successful, or a negative error code on failure.
20
COPYRIGHT
22Kernel Hackers Manual 2.6. June 2019 SND_PCM_LIB_PREALLOC(9)