Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c99b8056 authored by Omair M Abdullah's avatar Omair M Abdullah Committed by Mark Brown
Browse files

ASoC: Intel: Skylake: update mailbox uplink window offset and size



SKL actual mailbox size is 0x10000 and initial values were 0x800,
so update these accordingly

Signed-off-by: default avatarOmair M Abdullah <omair.m.abdullah@intel.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 4ced1827
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -58,9 +58,9 @@ struct sst_dsp_device;


#define SKL_ADSP_MMIO_LEN		0x10000
#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
#define SKL_ADSP_W1_SZ			0x1000