Searched defs:snd_pcm_lib_preallocate_pages (Results 1 - 1 of 1) sorted by relevance

/sound/core/
H A Dpcm_memory.c253 * snd_pcm_lib_preallocate_pages - pre-allocation for the given DMA type
269 int snd_pcm_lib_preallocate_pages(struct snd_pcm_substream *substream, function
278 EXPORT_SYMBOL(snd_pcm_lib_preallocate_pages); variable
302 if ((err = snd_pcm_lib_preallocate_pages(substream, type, data, size, max)) < 0)

Completed in 29 milliseconds