aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/skylake/skl-topology.h
diff options
context:
space:
mode:
authorGuneshwor Singh <guneshwor.o.singh@intel.com>2017-11-07 16:16:17 +0530
committerMark Brown <broonie@kernel.org>2017-11-08 18:56:09 +0000
commitda3417fe1f6d54c864b05fd5710979bdffe78034 (patch)
tree2fbd2f66efa791ef3bae3096fc12570df0a8f550 /sound/soc/intel/skylake/skl-topology.h
parentASoC: Intel: Skylake: Fix updown mixer module format (diff)
downloadlinux-dev-da3417fe1f6d54c864b05fd5710979bdffe78034.tar.xz
linux-dev-da3417fe1f6d54c864b05fd5710979bdffe78034.zip
ASoC: Intel: Skylake: Add channel map in updown mixer module IPC
DSP expects channel map to be sent in the IPC for updown mixer module. So add ch_map info in updown mixer module config. Signed-off-by: Guneshwor Singh <guneshwor.o.singh@intel.com> Acked-By: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to '')
-rw-r--r--sound/soc/intel/skylake/skl-topology.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/skylake/skl-topology.h b/sound/soc/intel/skylake/skl-topology.h
index 16cea466018c..bc3c29161ed0 100644
--- a/sound/soc/intel/skylake/skl-topology.h
+++ b/sound/soc/intel/skylake/skl-topology.h
@@ -161,6 +161,7 @@ struct skl_up_down_mixer_cfg {
u32 coeff_sel;
/* Pass the user coeff in this array */
s32 coeff[UP_DOWN_MIXER_MAX_COEFF];
+ u32 ch_map;
} __packed;
struct skl_algo_cfg {