9 Jul
2014
9 Jul
'14
11:27 a.m.
the shim registers start and end can be useful while parsing the shim addresses, so add these
Signed-off-by: Vinod Koul vinod.koul@intel.com --- sound/soc/intel/sst-dsp.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
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
--
1.7.0.4