1. NAME

snd_info_register - register the info entry

2. SYNOPSIS

int snd_info_register(struct snd_info_entry *  entry );

3. ARGUMENTS

entry
    the info entry

4. DESCRIPTION

Registers the proc info entry.

5. RETURN

Zero if successful, or a negative error code on failure.

6. COPYRIGHT