.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "SND_DMA_PROGRAM" "" "06 October 2005" "" ""
.SH NAME
snd_dma_program \- program an ISA DMA transfer
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void snd_dma_program (unsigned long \fIdma\fB, unsigned long \fIaddr\fB, unsigned int \fIsize\fB, unsigned short \fImode\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdma\fB\fR
the dma number
.TP
\fB\fIaddr\fB\fR
the physical address of the buffer
.TP
\fB\fIsize\fB\fR
the DMA transfer size
.TP
\fB\fImode\fB\fR
the DMA transfer mode, DMA_MODE_XXX
.SH "DESCRIPTION"
.PP
Programs an ISA DMA transfer for the given buffer.