Testing: Add enums for file I/O based test components

This patch adds to ipc.h enabling for two new components to read and
write test vectors via file I/O. They are specific to test bench usage
on development computer only and are not real SOF components. This update
avoids need to edit this file for test bench build.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
Seppo Ingalsuo 2017-08-25 18:29:07 +03:00 committed by Liam Girdwood
parent f36e74c424
commit aa62532d82
1 changed files with 2 additions and 0 deletions

View File

@ -472,6 +472,8 @@ 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 */
};
/* XRUN action for component */