Searched refs:control_free (Results 1 – 3 of 3) sorted by relevance
180 int (*control_free)(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol); member
979 if (ipc_tplg_ops->control_free) { in sof_control_unload()980 ret = ipc_tplg_ops->control_free(sdev, scontrol); in sof_control_unload()
2507 .control_free = sof_ipc3_control_free,