.\" 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_FIND_ID" "" "06 October 2005" "" ""
.SH NAME
snd_ctl_find_id \- find the control instance with the given id
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
snd_kcontrol_t * snd_ctl_find_id (snd_card_t * \fIcard\fB, snd_ctl_elem_id_t * \fIid\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIcard\fB\fR
the card instance
.TP
\fB\fIid\fB\fR
the id to search
.SH "DESCRIPTION"
.PP
Finds the control instance with the given id from the card.
.PP
Returns the pointer of the instance if found, or NULL if not.