summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/skylake/skl-topology.h
diff options
context:
space:
mode:
authorJeeja KP <jeeja.kp@intel.com>2017-08-23 19:33:54 +0530
committerMark Brown <broonie@kernel.org>2017-08-25 14:54:10 +0100
commit91fe0e70dbfb1142e17cebaa9186794b51a28cf7 (patch)
treed87ab47e6fb413e0e73a6d494a2311da4775ce96 /sound/soc/intel/skylake/skl-topology.h
parentf6fa56e22559ade7287ca7c1b7218a08f516f379 (diff)
downloadlinux-91fe0e70dbfb1142e17cebaa9186794b51a28cf7.tar.bz2
ASoC: Intel: Skylake: Update module id in pin connections
Each module's id comes from the topology and gets updated in the driver. This patch updates the input and output pin connections of each module by matching the uuid for each module. Signed-off-by: Jeeja KP <jeeja.kp@intel.com> 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 'sound/soc/intel/skylake/skl-topology.h')
-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 90903a15fa1d..4975904480e9 100644
--- a/sound/soc/intel/skylake/skl-topology.h
+++ b/sound/soc/intel/skylake/skl-topology.h
@@ -221,6 +221,7 @@ struct skl_kpb_params {
};
struct skl_module_inst_id {
+ uuid_le mod_uuid;
int module_id;
u32 instance_id;
int pvt_id;