1SND_DMA_PROGRAM(9) Miscellaneous Functions SND_DMA_PROGRAM(9)
2
3
4
6 snd_dma_program - program an ISA DMA transfer
7
9 void snd_dma_program(unsigned long dma, unsigned long addr,
10 unsigned int size, unsigned short mode);
11
13 dma
14 the dma number
15
16 addr
17 the physical address of the buffer
18
19 size
20 the DMA transfer size
21
22 mode
23 the DMA transfer mode, DMA_MODE_XXX
24
26 Programs an ISA DMA transfer for the given buffer.
27
29Kernel Hackers Manual 3.10 June 2019 SND_DMA_PROGRAM(9)