Man Page: snd_dma_alloc_pages_fallback
Operating Environment: centos
Section: 9
SND_DMA_ALLOC_PAGES_(9) Management of Cards and Device SND_DMA_ALLOC_PAGES_(9)NAMEsnd_dma_alloc_pages_fallback - allocate the buffer area according to the given type with fallbackSYNOPSISint snd_dma_alloc_pages_fallback(int type, struct device * device, size_t size, struct snd_dma_buffer * dmab);ARGUMENTStype the DMA buffer type device the device pointer size the buffer size to allocate dmab buffer allocation record to store the allocated dataDESCRIPTIONCalls the memory-allocator function for the corresponding buffer type. When no space is left, this function reduces the size and tries to allocate again. The size actually allocated is stored in res_size argument.RETURNZero if the buffer with the given size is allocated successfully, otherwise a negative value on error.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SND_DMA_ALLOC_PAGES_(9)
| Related Man Pages |
|---|
| tiffreadbuffersetup(3t) - redhat |
| tiffwritebuffersetup(3t) - redhat |
| tiffbuffer(3tiff) - debian |
| cpg_zcb_alloc(3) - debian |
| t_alloc(3) - hpux |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Weird 'find' results |
| How to increment version inside a file? |
| DB2 convert digits to binary format |
| Docker learning Phase-I |