sof_process 401 sound/soc/sof/topology.c static const struct sof_process_types sof_process[] = { sof_process 415 sound/soc/sof/topology.c for (i = 0; i < ARRAY_SIZE(sof_process); i++) { sof_process 416 sound/soc/sof/topology.c if (strcmp(name, sof_process[i].name) == 0) sof_process 417 sound/soc/sof/topology.c return sof_process[i].type; sof_process 427 sound/soc/sof/topology.c for (i = 0; i < ARRAY_SIZE(sof_process); i++) { sof_process 428 sound/soc/sof/topology.c if (sof_process[i].type == type) sof_process 429 sound/soc/sof/topology.c return sof_process[i].comp_type;