diff options
author | Ranjani Sridharan <ranjani.sridharan@linux.intel.com> | 2022-04-14 20:48:15 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-04-19 13:03:44 +0200 |
commit | 71778f7940f0b496aa1ca1134f3b70b425a59bab (patch) | |
tree | e0a7648c18a478bb26cc06ea89bae99e62a61059 /sound/soc/sof/intel/shim.h | |
parent | ASoC: SOF: Intel: hda: define check_ipc_irq op (diff) | |
download | linux-71778f7940f0b496aa1ca1134f3b70b425a59bab.tar.xz linux-71778f7940f0b496aa1ca1134f3b70b425a59bab.zip |
ASoC: SOF: Intel: hda: Define rom_status_reg in sof_intel_dsp_desc
Add the rom_status_reg field to struct sof_intel_dsp_desc and define
it for HDA platforms. This will be used to check the ROM status during
FW boot.
Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Link: https://lore.kernel.org/r/20220414184817.362215-14-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 fd64377de9a0..3eb09941ae6e 100644 --- a/sound/soc/sof/intel/shim.h +++ b/sound/soc/sof/intel/shim.h @@ -164,6 +164,7 @@ struct sof_intel_dsp_desc { int ipc_ack; int ipc_ack_mask; int ipc_ctl; + int rom_status_reg; int rom_init_timeout; int ssp_count; /* ssp count of the platform */ int ssp_base_offset; /* base address of the SSPs */ |