Skip to content

Commit

Permalink
audio: base_fw: IPC4_FW_GLOBAL_KCONTROL_MASK tuple to base_fw get reply
Browse files Browse the repository at this point in the history
Add IPC4_FW_GLOBAL_KCONTROL_MASK tuple to base_fw get reply message.

Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
  • Loading branch information
Jyri Sarha committed Jan 28, 2025
1 parent 018ad6d commit 6c84dcf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/audio/base_fw.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@ static int basefw_config(uint32_t *data_offset, char *data)

tuple = tlv_next(tuple);

tuple = tlv_next(tuple);
tlv_value_uint32_set(tuple, IPC4_FW_GLOBAL_KCONTROL_MASK,
BIT(SOF_IPC4_KCONTROL_GLOBAL_CAPTURE_HW_MUTE));

tuple = tlv_next(tuple);

/* add platform specific tuples */
basefw_vendor_fw_config(&plat_data_offset, (char *)tuple);

Expand Down

0 comments on commit 6c84dcf

Please sign in to comment.