From: Omair M Abdullah Date: Thu, 3 Dec 2015 17:59:54 +0000 (+0530) Subject: ASoC: Intel: Skylake: update mailbox uplink window offset and size X-Git-Tag: v4.9.8~2806^2~24^2~13^2~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c99b80564c1badfa0cd14f4ebf3193fd77e412e9;p=platform%2Fkernel%2Flinux-rpi3.git 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: Omair M Abdullah Signed-off-by: Vinod Koul Signed-off-by: Mark Brown --- diff --git a/sound/soc/intel/skylake/skl-sst-dsp.h b/sound/soc/intel/skylake/skl-sst-dsp.h index 5d09479..cbb4075 100644 --- a/sound/soc/intel/skylake/skl-sst-dsp.h +++ b/sound/soc/intel/skylake/skl-sst-dsp.h @@ -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