1SND_CTL_FREE_ONE(9) Control/Mixer API SND_CTL_FREE_ONE(9)
23
4
NAME
6snd_ctl_free_one - release the control instance
7
SYNOPSIS
9void snd_ctl_free_one(struct snd_kcontrol * kcontrol);
10
ARGUMENTS
12kcontrol
13the control instance
14
DESCRIPTION
16Releases the control instance created via snd_ctl_new or snd_ctl_new1.
17DonĀ“t call this after the control was added to the card.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. June 2019 SND_CTL_FREE_ONE(9)