[Sound-open-firmware] [PATCH 2/5] Add test bench SOF component types
Seppo Ingalsuo
seppo.ingalsuo at linux.intel.com
Wed Jun 28 18:25:49 CEST 2017
Types SOF_COMP_FILEREAD and SOF_COMP_FILEWRITE are used used in host
test bench for test vector file I/O. These components are not used in
DSP firmware.
Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo at 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 e2c48d4..5af07f2 100644
--- a/src/include/uapi/ipc.h
+++ b/src/include/uapi/ipc.h
@@ -399,6 +399,8 @@ enum sof_comp_type {
SOF_COMP_BUFFER,
SOF_COMP_EQ_IIR,
SOF_COMP_EQ_FIR,
+ SOF_COMP_FILEREAD, /* For test bench only */
+ SOF_COMP_FILEWRITE, /* For test bench only */
};
/* create new generic component - SOF_IPC_TPLG_COMP_NEW */
--
2.11.0
More information about the Sound-open-firmware
mailing list