1. NAME

snd_ctl_free_one - release the control instance

2. SYNOPSIS

void snd_ctl_free_one(struct snd_kcontrol *  kcontrol );

3. ARGUMENTS

kcontrol
    the control instance

4. DESCRIPTION

Releases the control instance created via snd_ctl_new or snd_ctl_new1. DonAqt call this after the control was added to the card.

5. COPYRIGHT