Home
last modified time | relevance | path

Searched refs:ops_free (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/include/sound/
Dsof.h143 void (*ops_free)(struct snd_sof_dev *sdev); member
/Linux-v6.1/sound/soc/sof/intel/
Dpci-apl.c47 .ops_free = hda_ops_free,
Dpci-icl.c48 .ops_free = hda_ops_free,
Dpci-cnl.c76 .ops_free = hda_ops_free,
Dpci-tgl.c76 .ops_free = hda_ops_free,
/Linux-v6.1/sound/soc/sof/
Dops.h34 if (sdev->pdata->desc->ops_free) in sof_ops_free()
35 sdev->pdata->desc->ops_free(sdev); in sof_ops_free()