diff options
author | Rander Wang <rander.wang@intel.com> | 2023-12-15 16:31:00 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-12-15 12:57:56 +0000 |
commit | 57cd29a82574b0e9d99ed5789801c96f765e8fcb (patch) | |
tree | dd9fecbc7d4b5b22757cdd265d06393b2755c1a7 /include/sound | |
parent | af29e51bee8223d8b26e574489d2433b88cdeb2f (diff) | |
download | linux-57cd29a82574b0e9d99ed5789801c96f765e8fcb.tar.gz linux-57cd29a82574b0e9d99ed5789801c96f765e8fcb.tar.bz2 linux-57cd29a82574b0e9d99ed5789801c96f765e8fcb.zip |
ASoC: SOF: IPC4: synchronize fw_config_params with fw definitions
Update fw_config_params in driver.
Signed-off-by: Rander Wang <rander.wang@intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://msgid.link/r/20231215083102.3064200-2-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
-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 { |