snd_dma_program — program an ISA DMA transfer
void snd_dma_program
(unsigned long dma, unsigned long addr, unsigned int size, unsigned short mode);
the dma number
the physical address of the buffer
the DMA transfer size
the DMA transfer mode, DMA_MODE_XXX
Programs an ISA DMA transfer for the given buffer.