snd_info_register(9) register the info entry

SYNOPSIS

int snd_info_register(struct snd_info_entry * entry);

ARGUMENTS

entry

the info entry

DESCRIPTION

Registers the proc info entry.

RETURN

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

COPYRIGHT