Skip to content

Commit

Permalink
src: base_fw: Add SOF_IPC4_FW_GLOBAL_KCONTROL_MASK to fw_config_params
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jyri Sarha committed Jan 28, 2025
1 parent f54c747 commit 018ad6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/include/ipc4/base_fw.h
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,8 @@ enum ipc4_fw_config_params {
IPC4_DMI_FORCE_L1_EXIT = 28,
/* FW context save on D3 entry */
IPC4_FW_CONTEXT_SAVE = 29,
/* Supported global kcontrol IDs mask */
IPC4_FW_GLOBAL_KCONTROL_MASK = 30,
/* Total number of FW config parameters */
IPC4_FW_CFG_PARAMS_COUNT,
/* Max config parameter id */
Expand Down

0 comments on commit 018ad6d

Please sign in to comment.