aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/skylake/skl.h
diff options
context:
space:
mode:
authorCezary Rojewski <cezary.rojewski@intel.com>2019-07-23 16:58:51 +0200
committerMark Brown <broonie@kernel.org>2019-07-24 19:42:27 +0100
commite5c29dc5221c328b6e54c5b2aba1feca4003c051 (patch)
treece97962d8a395706251f6ca57b085d2bb1d26a3f /sound/soc/intel/skylake/skl.h
parentASoC: Intel: Skylake: Remove MCPS available check (diff)
downloadlinux-dev-e5c29dc5221c328b6e54c5b2aba1feca4003c051.tar.xz
linux-dev-e5c29dc5221c328b6e54c5b2aba1feca4003c051.zip
ASoC: Intel: Skylake: Remove memory available check
Current memory availability check is a stub, while actual memory management takes place in firmware. Leave this task to firmware entirely and remove redundant code. Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com> Link: https://lore.kernel.org/r/20190723145854.8527-5-cezary.rojewski@intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/skylake/skl.h')
-rw-r--r--sound/soc/intel/skylake/skl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sound/soc/intel/skylake/skl.h b/sound/soc/intel/skylake/skl.h
index 21c33c1af934..600a61f79b0a 100644
--- a/sound/soc/intel/skylake/skl.h
+++ b/sound/soc/intel/skylake/skl.h
@@ -41,11 +41,6 @@
#define AZX_VS_EM2_DUM BIT(23)
#define AZX_REG_VS_EM2_L1SEN BIT(13)
-struct skl_dsp_resource {
- u32 max_mem;
- u32 mem;
-};
-
struct skl_debug;
struct skl_astate_param {
@@ -75,7 +70,6 @@ struct skl_dev {
struct nhlt_acpi_table *nhlt; /* nhlt ptr */
- struct skl_dsp_resource resource;
struct list_head ppl_list;
struct list_head bind_list;