Skip to content

Commit

Permalink
ASoC: SOF: save fw_ready flag
Browse files Browse the repository at this point in the history
Kernel uses fw_ready flag to get fw boot config.

Signed-off-by: Rander Wang <[email protected]>
  • Loading branch information
RanderWang committed Oct 18, 2023
1 parent 180286d commit b06fba8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/soc/sof/ipc4.c
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,8 @@ static int ipc4_fw_ready(struct snd_sof_dev *sdev, struct sof_ipc4_msg *ipc4_msg
sdev->debug_box.offset = snd_sof_dsp_get_window_offset(sdev,
SOF_IPC4_DEBUG_WINDOW_IDX);

sdev->fw_ready.flags = ipc4_msg->extension;

sof_ipc4_create_exception_debugfs_node(sdev);

dev_dbg(sdev->dev, "mailbox upstream 0x%x - size 0x%x\n",
Expand Down

0 comments on commit b06fba8

Please sign in to comment.