.\" 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_COMPONENT_ADD" "9" "09 October 2005" "" "" .SH NAME snd_component_add \- add a component string .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int snd_component_add (snd_card_t * \fIcard\fB, const char * \fIcomponent\fB); \fR .SH "ARGUMENTS" .TP \fB\fIcard\fB\fR soundcard structure .TP \fB\fIcomponent\fB\fR the component id string .SH "DESCRIPTION" .PP This function adds the component id string to the supported list. The component can be referred from the alsa-lib. .PP Returns zero otherwise a negative error code.