.\" 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_HDA_SEQUENCE_WRITE" "9" "09 October 2005" "" ""
.SH NAME
snd_hda_sequence_write \- sequence writes
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void snd_hda_sequence_write (struct hda_codec * \fIcodec\fB, const struct hda_verb * \fIseq\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIcodec\fB\fR
the HDA codec
.TP
\fB\fIseq\fB\fR
VERB array to send
.SH "DESCRIPTION"
.PP
Send the commands sequentially from the given array.
The array must be terminated with NID=0.