SOF Building Result

Platform: host FAILED

Error message:
topology.c:196:33: error: ‘SND_SOC_TPLG_DAPM_SCHEDULER’ undeclared (first use in this function)
temp_comp_list[i].type == SND_SOC_TPLG_DAPM_SCHEDULER)
^~~~~~~~~~~~~~~~~~~~~~~~~~~
--
topology.c:725:7: error: ‘SND_SOC_TPLG_DAPM_BUFFER’ undeclared (first use in this function)
case(SND_SOC_TPLG_DAPM_BUFFER):
^~~~~~~~~~~~~~~~~~~~~~~~
topology.c:734:7: error: ‘SND_SOC_TPLG_DAPM_SCHEDULER’ undeclared (first use in this function)
case(SND_SOC_TPLG_DAPM_SCHEDULER):
^~~~~~~~~~~~~~~~~~~~~~~~~~~
topology.c:746:7: error: ‘SND_SOC_TPLG_DAPM_SRC’ undeclared (first use in this function)
case(SND_SOC_TPLG_DAPM_SRC):
^~~~~~~~~~~~~~~~~~~~~
testbench.c:48:26: error: ‘SND_SOC_TPLG_DAPM_SRC’ undeclared here (not in a function)
{"src", "libsof_src.so", SND_SOC_TPLG_DAPM_SRC, "sys_comp_src_init", 0, NULL},
^~~~~~~~~~~~~~~~~~~~~

Platform: baytrail FAILED

Error message:
dma.c:47:2: error: expected ',' or ';' before 'int'
int dma_index = -1;
^
dma.c:76:5: error: 'dma_index' undeclared (first use in this function)
dma_index = i;
^

Platform: apollolake FAILED

Error message:
dma.c:47:2: error: expected ',' or ';' before 'int'
int dma_index = -1;
^
dma.c:76:5: error: 'dma_index' undeclared (first use in this function)
dma_index = i;
^

Platform: cannonlake FAILED

Error message:
dma.c:47:2: error: expected ',' or ';' before 'int'
int dma_index = -1;
^
dma.c:76:5: error: 'dma_index' undeclared (first use in this function)
dma_index = i;
^