Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/
H A Dsof-client.h55 enum sof_ipc_type sof_client_get_ipc_type(struct sof_client_dev *cdev);
H A Dsof-client.c432 enum sof_ipc_type sof_client_get_ipc_type(struct sof_client_dev *cdev) in sof_client_get_ipc_type() function
438 EXPORT_SYMBOL_NS_GPL(sof_client_get_ipc_type, SND_SOC_SOF_CLIENT);
H A Dsof-client-ipc-msg-injector.c266 priv->ipc_type = sof_client_get_ipc_type(cdev); in sof_msg_inject_probe()
H A Dsof-client-probes.c425 switch (sof_client_get_ipc_type(cdev)) { in sof_probes_client_probe()