diff mbox

[1/2] ASoC: Intel: Move extended fw base and size fields in struct sst_pdata

Message ID 1392734523-5109-1-git-send-email-jarkko.nikula@linux.intel.com (mailing list archive)
State Accepted
Commit 0c49a8c9f9fafdf4345259b9b50513905afcf860
Headers show

Commit Message

Jarkko Nikula Feb. 18, 2014, 2:42 p.m. UTC
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>
---
 sound/soc/intel/sst-dsp.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Mark Brown Feb. 19, 2014, 4:41 a.m. UTC | #1
On Tue, Feb 18, 2014 at 04:42:02PM +0200, Jarkko Nikula wrote:
> 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.

Applied, thanks.
diff mbox

Patch

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 {
 	u32 lpe_size;
 	u32 pcicfg_base;
 	u32 pcicfg_size;
+	u32 fw_base;
+	u32 fw_size;
 	int irq;
 
 	/* Firmware */
 	const char *fw_filename;
-	u32 fw_base;
-	u32 fw_size;
 
 	/* DMA */
 	u32 dma_base;