From 4897246c758d4daed90e9ca313eb0fd4815685fc Mon Sep 17 00:00:00 2001 From: Liam Girdwood Date: Wed, 23 Aug 2017 23:54:15 +0100 Subject: [PATCH] ipc: component config must always be after comp header. State this to be obvious. TODO: merge into 1 structure to enforce this. Signed-off-by: Liam Girdwood --- src/include/uapi/ipc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/uapi/ipc.h b/src/include/uapi/ipc.h index ae212be5b..003b96e46 100644 --- a/src/include/uapi/ipc.h +++ b/src/include/uapi/ipc.h @@ -494,7 +494,7 @@ struct sof_ipc_buffer { } __attribute__((packed)); -/* generic component config data */ +/* generic component config data - must always be after struct sof_ipc_comp */ struct sof_ipc_comp_config { uint32_t periods_sink; /* 0 means variable */ uint32_t periods_source; /* 0 means variable */