ASoC: Intel: Skylake: update mailbox uplink window offset and size
authorOmair M Abdullah <omair.m.abdullah@intel.com>
Thu, 3 Dec 2015 17:59:54 +0000 (23:29 +0530)
committerMark Brown <broonie@kernel.org>
Tue, 8 Dec 2015 17:57:51 +0000 (17:57 +0000)
SKL actual mailbox size is 0x10000 and initial values were 0x800,
so update these accordingly

Signed-off-by: Omair M Abdullah <omair.m.abdullah@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl-sst-dsp.h

index 5d09479..cbb4075 100644 (file)
@@ -58,9 +58,9 @@ struct sst_dsp_device;
 
 #define SKL_ADSP_MMIO_LEN              0x10000
 
-#define SKL_ADSP_W0_STAT_SZ            0x800
+#define SKL_ADSP_W0_STAT_SZ            0x1000
 
-#define SKL_ADSP_W0_UP_SZ              0x800
+#define SKL_ADSP_W0_UP_SZ              0x1000
 
 #define SKL_ADSP_W1_SZ                 0x1000