diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-03-11 10:12:49 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-03-12 13:02:54 +0700 |
commit | 39fa37d51ae904968c49ef49165df7fec66fd9ea (patch) | |
tree | a0ab0953475a3bda0ef7daf802eafd93538175ca /sound/soc/intel/skylake/skl-sst-dsp.h | |
parent | fdf841937e4fa08e767dbe83f1c65696cfec67c9 (diff) | |
download | linux-39fa37d51ae904968c49ef49165df7fec66fd9ea.tar.bz2 |
ASoC: Intel: Skylake: Move module id defines
The module ID defines are common to other platforms so can be
reused if moved to a common driver header so move it
Signed-off-by: Jeeja KP <jeeja.kp@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/skylake/skl-sst-dsp.h')
-rw-r--r-- | sound/soc/intel/skylake/skl-sst-dsp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/intel/skylake/skl-sst-dsp.h b/sound/soc/intel/skylake/skl-sst-dsp.h index cbb40751c37e..a82c3de1a228 100644 --- a/sound/soc/intel/skylake/skl-sst-dsp.h +++ b/sound/soc/intel/skylake/skl-sst-dsp.h @@ -53,6 +53,10 @@ struct sst_dsp_device; /* HIPCT */ #define SKL_ADSP_REG_HIPCT_BUSY BIT(31) +/* FW base IDs */ +#define SKL_INSTANCE_ID 0 +#define SKL_BASE_FW_MODULE_ID 0 + /* Intel HD Audio SRAM Window 1 */ #define SKL_ADSP_SRAM1_BASE 0xA000 |