Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/qcom/qdsp6/
Daudioreach.h722 struct audioreach_module *audioreach_get_container_first_module(
728 for (mod = audioreach_get_container_first_module(cont); mod != NULL; \
Daudioreach.c361 struct audioreach_module *audioreach_get_container_first_module( in audioreach_get_container_first_module() function
374 EXPORT_SYMBOL_GPL(audioreach_get_container_first_module);
Dq6apm.c212 module = audioreach_get_container_first_module(container); in q6apm_graph_get_first_module()