.\" 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_ADD_NEW_CTLS" "9" "09 October 2005" "" ""
.SH NAME
snd_hda_add_new_ctls \- create controls from the array
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int snd_hda_add_new_ctls (struct hda_codec * \fIcodec\fB, snd_kcontrol_new_t * \fIknew\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIcodec\fB\fR
the HDA codec
.TP
\fB\fIknew\fB\fR
the array of snd_kcontrol_new_t
.SH "DESCRIPTION"
.PP
This helper function creates and add new controls in the given array.
The array must be terminated with an empty entry as terminator.
.PP
Returns 0 if successful, or a negative error code.