Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/sof/intel/
H A Dhda-common-ops.c83 .register_ipc_clients = hda_register_clients,
/linux-6.15/sound/soc/sof/
H A Dsof-client.c181 if (sof_ops(sdev) && sof_ops(sdev)->register_ipc_clients) in sof_register_clients()
182 ret = sof_ops(sdev)->register_ipc_clients(sdev); in sof_register_clients()
H A Dsof-priv.h346 int (*register_ipc_clients)(struct snd_sof_dev *sdev); /* optional */ member
/linux-6.15/sound/soc/sof/amd/
H A Dacp-common.c258 .register_ipc_clients = acp_probes_register,