1. NAME

snd_pcm_lib_free_vmalloc_buffer - free vmalloc buffer

2. SYNOPSIS

int snd_pcm_lib_free_vmalloc_buffer(struct snd_pcm_substream *  substream );

3. ARGUMENTS

substream
    the substream with a buffer allocated by snd_pcm_lib_alloc_vmalloc_buffer

4. RETURN

Zero if successful, or a negative error code on failure.

5. COPYRIGHT