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 --- src/include/uapi/ipc.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/src/include/uapi/ipc.h b/src/include/uapi/ipc.h index ddca551..202d1b4 100644 --- a/src/include/uapi/ipc.h +++ b/src/include/uapi/ipc.h @@ -465,6 +465,8 @@ enum sof_comp_type { SOF_COMP_BUFFER, SOF_COMP_EQ_IIR, SOF_COMP_EQ_FIR, + SOF_COMP_FILEREAD, + SOF_COMP_FILEWRITE, };
/* create new generic component - SOF_IPC_TPLG_COMP_NEW */