posix: idc: Add missing definitions

Add a couple of missing definitions.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This commit is contained in:
Ranjani Sridharan 2023-11-16 19:51:10 -08:00 committed by Kai Vehmanen
parent e1cd2d2c99
commit f5ced09a5b
1 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,10 @@
#define IDC_MSG_UNBIND IDC_TYPE(0xE)
#define IDC_MSG_GET_ATTRIBUTE IDC_TYPE(0xF)
/** \brief IDC component delete message. */
#define IDC_MSG_FREE IDC_TYPE(0x10)
#define IDC_MSG_FREE_EXT(x) IDC_EXTENSION(x)
/** \brief IDC pipeline set state message. */
#define IDC_MSG_PPL_STATE IDC_TYPE(0xC)
#define IDC_PPL_STATE_PPL_ID_SHIFT 0