ASoC: SOF: IPC4: synchronize fw_config_params with fw definitions
authorRander Wang <rander.wang@intel.com>
Fri, 15 Dec 2023 08:31:00 +0000 (16:31 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 15 Dec 2023 12:57:56 +0000 (12:57 +0000)
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>
include/sound/sof/ipc4/header.h

index 2c81d6dde577968a1857aec4332a3ae339cd6352..1eb538e18236ae1de3475d5ebe1a4f096b453e8a 100644 (file)
@@ -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 {