abi: ipc: topology: align header definition with driver

No abi bump is needed, as driver already run with this header for weeks,
here it is only to fix the gap b/w FW and driver.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
This commit is contained in:
Keyon Jie 2019-04-24 14:38:27 +08:00 committed by Liam Girdwood
parent 789aa98c28
commit 2786552478
1 changed files with 5 additions and 4 deletions

View File

@ -62,11 +62,12 @@ enum sof_comp_type {
SOF_COMP_BUFFER,
SOF_COMP_EQ_IIR,
SOF_COMP_EQ_FIR,
SOF_COMP_FILEREAD, /**< host test based file IO */
SOF_COMP_FILEWRITE, /**< host test based file IO */
SOF_COMP_KPB, /* A key phrase buffer component */
SOF_COMP_SELECTOR,
SOF_COMP_KEYWORD_DETECT,
SOF_COMP_KPB, /* A key phrase buffer component */
SOF_COMP_SELECTOR, /**< channel selector component */
/* keep FILEREAD/FILEWRITE as the last ones */
SOF_COMP_FILEREAD = 10000, /**< host test based file IO */
SOF_COMP_FILEWRITE = 10001, /**< host test based file IO */
};
/* XRUN action for component */