Rechercher une page de manuel
snd_info_create_module_entry
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
snd_info_create_module_entry - create an info entry for the given moduleSYNOPSIS
- struct snd_info_entry * snd_info_create_module_entry(struct module * module, const char * name, struct snd_info_entry * parent);
ARGUMENTS
module
- the module pointer
name
- the file name
parent
- the parent directory
DESCRIPTION
Creates a new info entry and assigns it to the given module.
Returns the pointer of the new instance, or NULL on failure.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre