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