Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/sof/intel/
Dhda-common-ops.c83 .unregister_ipc_clients = hda_unregister_clients,
/linux-5.19.10/sound/soc/sof/
Dsof-client.c163 if (sof_ops(sdev) && sof_ops(sdev)->unregister_ipc_clients) in sof_unregister_clients()
164 sof_ops(sdev)->unregister_ipc_clients(sdev); in sof_unregister_clients()
Dsof-priv.h285 void (*unregister_ipc_clients)(struct snd_sof_dev *sdev); /* optional */ member