Skip to content

Commit cf74566

Browse files
marc-hblgirdwood
authored andcommitted
ipc: update documentation to include extended data
Update the IPC protocol documentation to include the extended data. Signed-off-by: Marc Herbert <marc.herbert@intel.com> Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
1 parent a7bd453 commit cf74566

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/include/ipc/header.h

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,21 +74,24 @@
7474
* 0 1 2 3
7575
* 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
7676
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
77-
* | Size |
77+
* | Size (Total size including Extended Data) |
7878
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
7979
* | Command (G=TPLG_MSG, C=COMP_NEW) |
8080
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
81-
* | Component Id |
81+
* | Component ID |
8282
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
8383
* | Type |
8484
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
8585
* | Pipeline ID |
8686
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
8787
* | Core |
8888
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
89-
* | Reserved |
89+
* | Extended Data size |
90+
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
91+
* | Type specific payload, size varies based on Component ID. |
92+
* | Ends at: Total size - Extended Data size |
9093
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
91-
* | (Type specific payload, size varies based on Component ID) |
94+
* | extended data, including e.g. UUID |
9295
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
9396
*
9497
* \see sof_ipc_comp

0 commit comments

Comments
 (0)