Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/
H A Dsof-client.h58 int sof_client_core_module_get(struct sof_client_dev *cdev);
H A Dsof-client.c441 int sof_client_core_module_get(struct sof_client_dev *cdev) in sof_client_core_module_get() function
450 EXPORT_SYMBOL_NS_GPL(sof_client_core_module_get, SND_SOC_SOF_CLIENT);
H A Dsof-client-probes.c45 ret = sof_client_core_module_get(cdev); in sof_probes_compr_startup()