Skip to content

Commit 1b61e21

Browse files
committed
ipc4: header: Add new event ID for COMPR in module notification
0xC0C0 magic value is to be used by compr module as module notification of drain completion. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
1 parent 3d91dfc commit 1b61e21

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/include/ipc4/header.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ struct ipc4_message_reply {
177177
#define SOF_IPC4_ENUM_CONTROL_PARAM_ID 201
178178
#define SOF_IPC4_BYTES_CONTROL_PARAM_ID 202
179179
#define SOF_IPC4_NOTIFY_MODULE_EVENTID_ALSA_MAGIC_VAL ((uint32_t)(0xA15A << 16))
180+
#define SOF_IPC4_NOTIFY_MODULE_EVENTID_COMPR_MAGIC_VAL ((uint32_t)(0xC0C0 << 16))
180181

181182
/**
182183
* struct sof_ipc4_ctrl_value_chan: generic channel mapped value data

0 commit comments

Comments
 (0)