table of contents
other versions
- wheezy 3.2.78-1
SND_CTL_REMOVE_ID(9) | Sound Devices | SND_CTL_REMOVE_ID(9) |
NAME¶
snd_ctl_remove_id - remove the control of the given id and release itSYNOPSIS¶
int
snd_ctl_remove_id(struct snd_card * card,
struct snd_ctl_elem_id * id);
ARGUMENTS¶
cardthe card instance
id
the control id to remove
DESCRIPTION¶
Finds the control instance with the given id, removes it from the card list and releases it. Returns 0 if successful, or a negative error code on failure.COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |