clear-pkgs-linux-iot-lts2018/0139-ASoC-Intel-CNL-Enable-...

27 lines
921 B
Diff

From 6fdd0ade494923892f9d558076c8676a7d5ab51d Mon Sep 17 00:00:00 2001
From: Guneshwor Singh <guneshwor.o.singh@intel.com>
Date: Mon, 19 Sep 2016 13:59:36 +0530
Subject: [PATCH 139/550] ASoC: Intel: CNL: Enable sdw interrupt during D0
Change-Id: I3f34bbbf273da5a0a9a15df319b95178e8b41fa0
Signed-off-by: Guneshwor Singh <guneshwor.o.singh@intel.com>
---
sound/soc/intel/skylake/cnl-sst.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/intel/skylake/cnl-sst.c b/sound/soc/intel/skylake/cnl-sst.c
index 18be70b87728..a124dabc353a 100644
--- a/sound/soc/intel/skylake/cnl-sst.c
+++ b/sound/soc/intel/skylake/cnl-sst.c
@@ -288,6 +288,7 @@ static int cnl_set_dsp_D0(struct sst_dsp *ctx, unsigned int core_id)
if (core_id == SKL_DSP_CORE0_ID) {
/* enable interrupt */
cnl_ipc_int_enable(ctx);
+ cnl_sdw_int_enable(ctx, true);
cnl_ipc_op_int_enable(ctx);
cnl->boot_complete = false;
--
2.19.1