Skip to content

Commit 6c84dcf

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 6c84dcf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/audio/base_fw.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@ static int basefw_config(uint32_t *data_offset, char *data)
122122

123123
tuple = tlv_next(tuple);
124124

125+
tuple = tlv_next(tuple);
126+
tlv_value_uint32_set(tuple, IPC4_FW_GLOBAL_KCONTROL_MASK,
127+
BIT(SOF_IPC4_KCONTROL_GLOBAL_CAPTURE_HW_MUTE));
128+
129+
tuple = tlv_next(tuple);
130+
125131
/* add platform specific tuples */
126132
basefw_vendor_fw_config(&plat_data_offset, (char *)tuple);
127133

0 commit comments

Comments
 (0)