diff options
| author | Mark Brown <broonie@kernel.org> | 2023-12-15 20:56:07 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2023-12-15 20:56:07 +0300 |
| commit | c27032b402a10d9f258224685322f121de0808e5 (patch) | |
| tree | 7a1bfe60ded0745bed314f51670ccc63864ebe43 /include | |
| parent | e7a4a2fd9a4116286a1523ea1a5cbabd2c36f5b9 (diff) | |
| parent | 3a0e7bb86f8728d94d55c56fb73e86be7976c163 (diff) | |
| download | linux-c27032b402a10d9f258224685322f121de0808e5.tar.xz | |
ASoC: SOF: query FW config to reload library
Merge series from Bard Liao <yung-chuan.liao@linux.intel.com>:
We should query FW config if context save is supported, and no need
to reload FW if hda->booted_from_imr and ipc4_data->fw_context_save
are true.
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/sof/ipc4/header.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sound/sof/ipc4/header.h b/include/sound/sof/ipc4/header.h index 2c81d6dde577..1eb538e18236 100644 --- a/include/sound/sof/ipc4/header.h +++ b/include/sound/sof/ipc4/header.h @@ -423,6 +423,12 @@ enum sof_ipc4_fw_config_params { SOF_IPC4_FW_CFG_RESERVED, SOF_IPC4_FW_CFG_POWER_GATING_POLICY, SOF_IPC4_FW_CFG_ASSERT_MODE, + SOF_IPC4_FW_RESERVED1, + SOF_IPC4_FW_RESERVED2, + SOF_IPC4_FW_RESERVED3, + SOF_IPC4_FW_RESERVED4, + SOF_IPC4_FW_RESERVED5, + SOF_IPC4_FW_CONTEXT_SAVE }; struct sof_ipc4_fw_version { |
