Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/sof/
Dsof-audio.h180 int (*control_free)(struct snd_sof_dev *sdev, struct snd_sof_control *scontrol); member
Dtopology.c979 if (ipc_tplg_ops->control_free) { in sof_control_unload()
980 ret = ipc_tplg_ops->control_free(sdev, scontrol); in sof_control_unload()
Dipc3-topology.c2507 .control_free = sof_ipc3_control_free,