Home
last modified time | relevance | path

Searched refs:unregister_ipc_clients (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/sound/soc/sof/intel/
Dhda-common-ops.c79 .unregister_ipc_clients = hda_unregister_clients,
/linux-6.6.21/sound/soc/sof/amd/
Dacp-common.c202 .unregister_ipc_clients = acp_probes_unregister,
/linux-6.6.21/sound/soc/sof/
Dsof-client.c200 if (sof_ops(sdev) && sof_ops(sdev)->unregister_ipc_clients) in sof_unregister_clients()
201 sof_ops(sdev)->unregister_ipc_clients(sdev); in sof_unregister_clients()
Dsof-priv.h333 void (*unregister_ipc_clients)(struct snd_sof_dev *sdev); /* optional */ member