1. NAME▲
snd_ctl_remove_id - remove the control of the given id and release it
2. SYNOPSIS ▲
int snd_ctl_remove_id(struct snd_card * card , struct snd_ctl_elem_id * id );
3. ARGUMENTS ▲
card
the card instance
id
the control id to remove
4. DESCRIPTION ▲
Finds the control instance with the given id, removes it from the card list and releases it.
5. RETURN ▲
0 if successful, or a negative error code on failure.
6. COPYRIGHT ▲