Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/
H A Dipc3-topology.c37 static const struct sof_process_types sof_process[] = { variable
53 for (i = 0; i < ARRAY_SIZE(sof_process); i++) { in find_process()
54 if (strcmp(name, sof_process[i].name) == 0) in find_process()
55 return sof_process[i].type; in find_process()
943 for (i = 0; i < ARRAY_SIZE(sof_process); i++) { in find_process_comp_type()
944 if (sof_process[i].type == type) in find_process_comp_type()
945 return sof_process[i].comp_type; in find_process_comp_type()