diff options
author | Rander Wang <rander.wang@intel.com> | 2022-11-07 19:41:53 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-11-07 20:10:07 +0300 |
commit | f8632adc53e25501c74f25794cddac4dbe3f1c59 (patch) | |
tree | 5b80088a8b74eb772e88f605cc597fc695b4f87a /sound/soc/sof/intel/shim.h | |
parent | 09e3c1d398bec1c9684f91563e82a2f455548448 (diff) | |
download | linux-f8632adc53e25501c74f25794cddac4dbe3f1c59.tar.xz |
ASoC: SOF: Intel: add d0i3_offset in chip_info
MTL has different d0i3 offset compared to cavs platforms.
Use d0i3_offset to unify the setting.
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Signed-off-by: Rander Wang <rander.wang@intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20221107164154.21925-3-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof/intel/shim.h')
-rw-r--r-- | sound/soc/sof/intel/shim.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sof/intel/shim.h b/sound/soc/sof/intel/shim.h index 3ceba5c39317..3e777c500a56 100644 --- a/sound/soc/sof/intel/shim.h +++ b/sound/soc/sof/intel/shim.h @@ -182,6 +182,7 @@ struct sof_intel_dsp_desc { int ssp_base_offset; /* base address of the SSPs */ u32 sdw_shim_base; u32 sdw_alh_base; + u32 d0i3_offset; u32 quirks; enum sof_intel_hw_ip_version hw_ip_version; bool (*check_sdw_irq)(struct snd_sof_dev *sdev); |