diff options
Diffstat (limited to 'include/sound/sof/header.h')
| -rw-r--r-- | include/sound/sof/header.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/sof/header.h b/include/sound/sof/header.h index 10f00c08dbb7..bf3edd9c08b4 100644 --- a/include/sound/sof/header.h +++ b/include/sound/sof/header.h @@ -9,6 +9,7 @@  #ifndef __INCLUDE_SOUND_SOF_HEADER_H__  #define __INCLUDE_SOUND_SOF_HEADER_H__ +#include <linux/types.h>  #include <uapi/sound/sof/abi.h>  /** \addtogroup sof_uapi uAPI @@ -74,6 +75,7 @@  #define SOF_IPC_PM_CLK_GET			SOF_CMD_TYPE(0x005)  #define SOF_IPC_PM_CLK_REQ			SOF_CMD_TYPE(0x006)  #define SOF_IPC_PM_CORE_ENABLE			SOF_CMD_TYPE(0x007) +#define SOF_IPC_PM_GATE				SOF_CMD_TYPE(0x008)  /* component runtime config - multiple different types */  #define SOF_IPC_COMP_SET_VALUE			SOF_CMD_TYPE(0x001)  |