summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/skylake/skl-tplg-interface.h
diff options
context:
space:
mode:
authorJeeja KP <jeeja.kp@intel.com>2015-10-22 19:52:41 +0200
committerMark Brown <broonie@kernel.org>2015-10-23 18:31:34 +0200
commitbfa764accdea017b1c557f43fa5f2c77a0dc3b15 (patch)
treea13cfcbc3f5a6122b65d2036c07e969c774bf2a4 /sound/soc/intel/skylake/skl-tplg-interface.h
parentASoC: Intel: Skylake: Fix to check return value of dsp init (diff)
downloadlinux-bfa764accdea017b1c557f43fa5f2c77a0dc3b15.tar.xz
linux-bfa764accdea017b1c557f43fa5f2c77a0dc3b15.zip
ASoC: Intel: Skylake: Fix to set Non gateway copier cfg
If copier instance is connected to a DMA gateway then driver needs to configure the gateway configuration otherwise set it to invalid. This patch sets the non gateway copier node value to invalid. Signed-off-by: Dharageswari.R <dharageswari.r@intel.com> 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-tplg-interface.h')
-rw-r--r--sound/soc/intel/skylake/skl-tplg-interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/skylake/skl-tplg-interface.h b/sound/soc/intel/skylake/skl-tplg-interface.h
index d14f7fe64aa8..718d3d5df9a8 100644
--- a/sound/soc/intel/skylake/skl-tplg-interface.h
+++ b/sound/soc/intel/skylake/skl-tplg-interface.h
@@ -106,6 +106,7 @@ enum skl_dev_type {
SKL_DEVICE_I2S = 0x2,
SKL_DEVICE_SLIMBUS = 0x3,
SKL_DEVICE_HDALINK = 0x4,
+ SKL_DEVICE_HDAHOST = 0x5,
SKL_DEVICE_NONE
};