Searched refs:sof_process (Results 1 – 1 of 1) sorted by relevance
37 static const struct sof_process_types sof_process[] = { variable53 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()966 for (i = 0; i < ARRAY_SIZE(sof_process); i++) { in find_process_comp_type()967 if (sof_process[i].type == type) in find_process_comp_type()968 return sof_process[i].comp_type; in find_process_comp_type()