Man Page: snd_info_create_module_entry
Operating Environment: suse
Section: 9
SND_INFO_CREATE_MODU(9) Sound Devices SND_INFO_CREATE_MODU(9)NAMEsnd_info_create_module_entry - create an info entry for the given moduleSYNOPSISstruct snd_info_entry * snd_info_create_module_entry(struct module * module, const char * name, struct snd_info_entry * parent);ARGUMENTSmodule the module pointer name the file name parent the parent directoryDESCRIPTIONCreates a new info entry and assigns it to the given module. Returns the pointer of the new instance, or NULL on failure.COPYRIGHTKernel Hackers Manual 2.6. July 2010 SND_INFO_CREATE_MODU(9)