Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dq6apm.h153 int q6apm_set_real_module_id(struct device *dev, struct q6apm_graph *graph, uint32_t codec_id);
H A Dq6apm.c337 int q6apm_set_real_module_id(struct device *dev, struct q6apm_graph *graph, in q6apm_set_real_module_id() function
364 EXPORT_SYMBOL_GPL(q6apm_set_real_module_id);
H A Dq6apm-dai.c663 ret = q6apm_set_real_module_id(component->dev, prtd->graph, codec->id); in q6apm_dai_compr_set_params()