diff options
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | 2014-02-18 09:42:02 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-02-18 23:41:10 -0500 |
commit | 0c49a8c9f9fafdf4345259b9b50513905afcf860 (patch) | |
tree | a68c5a55b73ac9171f652f8dd9ebd375558baabc | |
parent | b47bd099fbb3412e34e8915c7a06bc3dbe73bc01 (diff) |
ASoC: Intel: Move extended fw base and size fields in struct sst_pdata
Move fw_base and fw_size fields in struct sst_pdata under ACPI data for
clarifying that these are not related to firmware file but for platform
specific extended firmware area reserved by the BIOS.
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Acked-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r-- | sound/soc/intel/sst-dsp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/intel/sst-dsp.h b/sound/soc/intel/sst-dsp.h index 0ce5c8d91794..d134359fecac 100644 --- a/sound/soc/intel/sst-dsp.h +++ b/sound/soc/intel/sst-dsp.h | |||
@@ -147,12 +147,12 @@ struct sst_pdata { | |||
147 | u32 lpe_size; | 147 | u32 lpe_size; |
148 | u32 pcicfg_base; | 148 | u32 pcicfg_base; |
149 | u32 pcicfg_size; | 149 | u32 pcicfg_size; |
150 | u32 fw_base; | ||
151 | u32 fw_size; | ||
150 | int irq; | 152 | int irq; |
151 | 153 | ||
152 | /* Firmware */ | 154 | /* Firmware */ |
153 | const char *fw_filename; | 155 | const char *fw_filename; |
154 | u32 fw_base; | ||
155 | u32 fw_size; | ||
156 | 156 | ||
157 | /* DMA */ | 157 | /* DMA */ |
158 | u32 dma_base; | 158 | u32 dma_base; |