1. NAME

snd_info_free_entry - release the info entry

2. SYNOPSIS

void snd_info_free_entry(struct snd_info_entry *  entry );

3. ARGUMENTS

entry
    the info entry

4. DESCRIPTION

Releases the info entry. DonAqt call this after registered.

5. COPYRIGHT