SND_PCM_LIB_PREALLOCATE_PAGES_FOR_ALL
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
snd_pcm_lib_preallocate_pages_for_all - pre-allocation for continous memory type (all substreams)
SYNOPSIS
"SYNOPSIS"
int snd_pcm_lib_preallocate_pages_for_all (snd_pcm_t * pcm, size_t size, size_t max, unsigned int flags);
ARGUMENTS
- pcm
-
pcm to assign the buffer
- size
-
the requested pre-allocation size in bytes
- max
-
max. buffer size acceptable for the changes via proc file
- flags
-
allocation condition, GFP_XXX
DESCRIPTION
Do pre-allocation to all substreams of the given pcm for the
continuous memory type.
Returns zero if successful, or a negative error code on failure.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 05:30:58 GMT, October 06, 2005