From 1ad0e33060a64121c1c7acb7ec21a4fdef4aaed6 Mon Sep 17 00:00:00 2001 From: Vinod Koul Date: Wed, 9 Jul 2014 14:57:49 +0530 Subject: [PATCH] ASoC: Intel: add sst shim register start-end variables the shim registers start and end can be useful while parsing the shim addresses, so add these Signed-off-by: Vinod Koul Signed-off-by: Mark Brown --- sound/soc/intel/sst-dsp.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sound/soc/intel/sst-dsp.h b/sound/soc/intel/sst-dsp.h index e44423b..967fb32 100644 --- a/sound/soc/intel/sst-dsp.h +++ b/sound/soc/intel/sst-dsp.h @@ -53,6 +53,10 @@ #define SST_CSR2 0x80 #define SST_LTRC 0xE0 #define SST_HDMC 0xE8 + +#define SST_SHIM_BEGIN SST_CSR +#define SST_SHIM_END SST_HDMC + #define SST_DBGO 0xF0 #define SST_SHIM_SIZE 0x100 -- 2.7.4