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 <liam.r.girdwood@linux.intel.com>
This commit is contained in:
Liam Girdwood 2017-08-23 23:54:15 +01:00
parent a68343fee8
commit 4897246c75
1 changed files with 1 additions and 1 deletions

View File

@ -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 */