suse man page for snd_pcm_lib_alloc_vmalloc_buffer

Query: snd_pcm_lib_alloc_vmalloc_buffer

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SND_PCM_LIB_ALLOC_VM(9) 					   Sound Devices					   SND_PCM_LIB_ALLOC_VM(9)

NAME
snd_pcm_lib_alloc_vmalloc_buffer - allocate virtual DMA buffer
SYNOPSIS
int snd_pcm_lib_alloc_vmalloc_buffer(struct snd_pcm_substream * substream, size_t size);
ARGUMENTS
substream the substream to allocate the buffer to size the requested buffer size, in bytes
DESCRIPTION
Allocates the PCM substream buffer using vmalloc, i.e., the memory is contiguous in kernel virtual space, but not in physical memory. Use this if the buffer is accessed by kernel code but not by device DMA. Returns 1 if the buffer was changed, 0 if not changed, or a negative error code.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 SND_PCM_LIB_ALLOC_VM(9)
Related Man Pages
cpg_zcb_alloc(3) - debian
vrb_give(3) - debian
vrb_resize(3) - debian
libssh2_channel_write_ex(3) - centos
svatophys(9r) - osf1
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Getting command output to putty window title.
Grant unprivileged user rights to see the output of echo|format but not modify disks
Update kernel Linux without reboot?!
SOCKS proxy & PAM configuration exposure