Home
last modified time | relevance | path

Searched refs:control_free (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/sof/
H A Dsof-audio.h207 * @control_free: Function pointer for freeing kcontrol IPC-specific data
227 int (*control_free)(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol); member
H A Dtopology.c1040 if (tplg_ops && tplg_ops->control_free) { in sof_control_unload()
1041 ret = tplg_ops->control_free(sdev, scontrol); in sof_control_unload()
H A Dipc3-topology.c2714 .control_free = sof_ipc3_control_free,