diff options
author | Dharageswari R <dharageswari.r@intel.com> | 2016-09-22 10:30:40 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-09-24 20:26:25 +0200 |
commit | 5e8f0ee46de46e709e19675726a46cf5838b9bca (patch) | |
tree | 93cf4917c44fbfe0476270376278393d7b3cb37c /sound/soc/intel/skylake/skl-tplg-interface.h | |
parent | ASoC: Intel: Skylake: Use private instance id of modules in IPC (diff) | |
download | linux-5e8f0ee46de46e709e19675726a46cf5838b9bca.tar.xz linux-5e8f0ee46de46e709e19675726a46cf5838b9bca.zip |
ASoC: Intel: Skylake: Update to use instance ids generated
Post bind parameters of KPB module contains the instance id's of
neighbouring modules in the sink path
Now that module instance ids are generated dynamically we need to update
these parameters as well, so use the table created and update the ids
Signed-off-by: Dharageswari R <dharageswari.r@intel.com>
Signed-off-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-tplg-interface.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/intel/skylake/skl-tplg-interface.h b/sound/soc/intel/skylake/skl-tplg-interface.h index e208724f9db3..2f6281e056d6 100644 --- a/sound/soc/intel/skylake/skl-tplg-interface.h +++ b/sound/soc/intel/skylake/skl-tplg-interface.h @@ -80,7 +80,8 @@ enum skl_module_type { SKL_MODULE_TYPE_UPDWMIX, SKL_MODULE_TYPE_SRCINT, SKL_MODULE_TYPE_ALGO, - SKL_MODULE_TYPE_BASE_OUTFMT + SKL_MODULE_TYPE_BASE_OUTFMT, + SKL_MODULE_TYPE_KPB, }; enum skl_core_affinity { |