.\" 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_CHECK_BOARD_CONFIG" "9" "09 October 2005" "" "" .SH NAME snd_hda_check_board_config \- compare the current codec with the config table .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int snd_hda_check_board_config (struct hda_codec * \fIcodec\fB, const struct hda_board_config * \fItbl\fB); \fR .SH "ARGUMENTS" .TP \fB\fIcodec\fB\fR the HDA codec .TP \fB\fItbl\fB\fR configuration table, terminated by null entries .SH "DESCRIPTION" .PP Compares the modelname or PCI subsystem id of the current codec with the given configuration table. If a matching entry is found, returns its config value (supposed to be 0 or positive). .PP If no entries are matching, the function returns a negative value.