Skip to content

Commit 018ad6d

Browse files
author
Jyri Sarha
committed
src: base_fw: Add SOF_IPC4_FW_GLOBAL_KCONTROL_MASK to fw_config_params
Add SOF_IPC4_FW_GLOBAL_KCONTROL_MASK to fw_config_params. The purpose is to inform the driver which global kcontrols are supported by the FW. Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
1 parent f54c747 commit 018ad6d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/include/ipc4/base_fw.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,8 @@ enum ipc4_fw_config_params {
367367
IPC4_DMI_FORCE_L1_EXIT = 28,
368368
/* FW context save on D3 entry */
369369
IPC4_FW_CONTEXT_SAVE = 29,
370+
/* Supported global kcontrol IDs mask */
371+
IPC4_FW_GLOBAL_KCONTROL_MASK = 30,
370372
/* Total number of FW config parameters */
371373
IPC4_FW_CFG_PARAMS_COUNT,
372374
/* Max config parameter id */

0 commit comments

Comments
 (0)