1. NAME

snd_info_create_module_entry - create an info entry for the given module

2. SYNOPSIS

struct snd_info_entry * snd_info_create_module_entry(struct module *  module , const char *  name , struct snd_info_entry *  parent );

3. ARGUMENTS

module
    the module pointer

name
    the file name

parent
    the parent directory

4. DESCRIPTION

Creates a new info entry and assigns it to the given module.

5. RETURN

The pointer of the new instance, or NULL on failure.

6. COPYRIGHT