table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SND_DMA_PROGRAM(9) | Sound Devices | SND_DMA_PROGRAM(9) |
NAME¶
snd_dma_program - program an ISA DMA transferSYNOPSIS¶
void
snd_dma_program(unsigned long dma,
unsigned long addr,
unsigned int size,
unsigned short mode);
ARGUMENTS¶
dmathe dma number
addr
the physical address of the buffer
size
the DMA transfer size
mode
the DMA transfer mode, DMA_MODE_XXX
DESCRIPTION¶
Programs an ISA DMA transfer for the given buffer.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |