Skip to content

Commit 184f7ff

Browse files
author
Jyri Sarha
committed
audio: base_fw: IPC4_FW_GLOBAL_KCONTROL_MASK tuple to base_fw get reply
Add IPC4_FW_GLOBAL_KCONTROL_MASK tuple to base_fw get reply message. Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
1 parent 018ad6d commit 184f7ff

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/audio/base_fw.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ static int basefw_config(uint32_t *data_offset, char *data)
120120
tlv_value_uint32_set(tuple, IPC4_FW_CONTEXT_SAVE,
121121
IS_ENABLED(CONFIG_ADSP_IMR_CONTEXT_SAVE));
122122

123+
tuple = tlv_next(tuple);
124+
tlv_value_uint32_set(tuple, IPC4_FW_GLOBAL_KCONTROL_MASK,
125+
BIT(SOF_IPC4_KCONTROL_GLOBAL_CAPTURE_HW_MUTE));
126+
123127
tuple = tlv_next(tuple);
124128

125129
/* add platform specific tuples */

0 commit comments

Comments
 (0)