Skip to content

Commit 137ee12

Browse files
author
Jyri Sarha
committed
ASoC: SOF: IPC4: 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 d010ca9 commit 137ee12

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

include/sound/sof/ipc4/header.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,8 @@ enum sof_ipc4_fw_config_params {
428428
SOF_IPC4_FW_RESERVED3,
429429
SOF_IPC4_FW_RESERVED4,
430430
SOF_IPC4_FW_RESERVED5,
431-
SOF_IPC4_FW_CONTEXT_SAVE
431+
SOF_IPC4_FW_CONTEXT_SAVE,
432+
SOF_IPC4_FW_GLOBAL_KCONTROL_MASK,
432433
};
433434

434435
struct sof_ipc4_fw_version {

0 commit comments

Comments
 (0)