.\" 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_CTL_ADD" "" "06 October 2005" "" ""
.SH NAME
snd_ctl_add \- add the control instance to the card
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int snd_ctl_add (snd_card_t * \fIcard\fB, snd_kcontrol_t * \fIkcontrol\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIcard\fB\fR
the card instance
.TP
\fB\fIkcontrol\fB\fR
the control instance to add
.SH "DESCRIPTION"
.PP
Adds the control instance created via \fBsnd_ctl_new\fR or
\fBsnd_ctl_new1\fR to the given card.
.PP
Returns zero if successful, or a negative error code on failure.