.\" 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_INFO_CREATE_MODULE_ENTRY" "" "06 October 2005" "" "" .SH NAME snd_info_create_module_entry \- create an info entry for the given module .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp snd_info_entry_t * snd_info_create_module_entry (struct module * \fImodule\fB, const char * \fIname\fB, snd_info_entry_t * \fIparent\fB); \fR .SH "ARGUMENTS" .TP \fB\fImodule\fB\fR the module pointer .TP \fB\fIname\fB\fR the file name .TP \fB\fIparent\fB\fR the parent directory .SH "DESCRIPTION" .PP Creates a new info entry and assigns it to the given module. .PP Returns the pointer of the new instance, or NULL on failure.