Query: snd_pcm_lib_malloc_pages
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SND_PCM_LIB_MALLOC_P(9) Sound Devices SND_PCM_LIB_MALLOC_P(9)NAMEsnd_pcm_lib_malloc_pages - allocate the DMA bufferSYNOPSISint snd_pcm_lib_malloc_pages(struct snd_pcm_substream * substream, size_t size);ARGUMENTSsubstream the substream to allocate the DMA buffer to size the requested buffer size in bytesDESCRIPTIONAllocates the DMA buffer on the BUS type given earlier to snd_pcm_lib_preallocate_xxx_pages. Returns 1 if the buffer is changed, 0 if not changed, or a negative code on failure.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SND_PCM_LIB_MALLOC_P(9)