Message ID | 20161209141747.4776-1-colin.king@canonical.com (mailing list archive) |
---|---|
State | Accepted |
Commit | c2b36129ce53a22b89dd2b88db33e7ffdefe0f41 |
Headers | show |
diff --git a/sound/soc/soc-topology.c b/sound/soc/soc-topology.c index 11feb19..b5472e0 100644 --- a/sound/soc/soc-topology.c +++ b/sound/soc/soc-topology.c @@ -514,13 +514,12 @@ static void remove_widget(struct snd_soc_component *comp, == SND_SOC_TPLG_TYPE_MIXER) kfree(kcontrol->tlv.p); - snd_ctl_remove(card, kcontrol); - /* Private value is used as struct soc_mixer_control * for volume mixers or soc_bytes_ext for bytes * controls. */ kfree((void *)kcontrol->private_value); + snd_ctl_remove(card, kcontrol); } kfree(w->kcontrol_news); }