summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/skylake/skl-topology.c
diff options
context:
space:
mode:
authorJeeja KP2015-11-28 10:31:47 +0100
committerMark Brown2015-12-01 23:17:00 +0100
commit9939a9c331ae8b9f859802af352477388b73c700 (patch)
tree0d4e2beeb91dcbd6c7e24cdb84c1f1cf47cf58db /sound/soc/intel/skylake/skl-topology.c
parentASoC: Intel: Skylake: Update DMIC DAIs and capabilities (diff)
downloadkernel-qcow2-linux-9939a9c331ae8b9f859802af352477388b73c700.tar.gz
kernel-qcow2-linux-9939a9c331ae8b9f859802af352477388b73c700.tar.xz
kernel-qcow2-linux-9939a9c331ae8b9f859802af352477388b73c700.zip
ASoC: Intel: Skylake: Add helper routines to handle module params
Some DSP modules have user configurable parameters. These parameters are required by modules in the following scenario - during initialization - after initialization using set parameter This patch adds helper routine to set module parameters using large config set IPC message and removes params to be passed as init module routine. 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-topology.c')
-rw-r--r--sound/soc/intel/skylake/skl-topology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/skylake/skl-topology.c b/sound/soc/intel/skylake/skl-topology.c
index f221c758d601..7a03bea48a9a 100644
--- a/sound/soc/intel/skylake/skl-topology.c
+++ b/sound/soc/intel/skylake/skl-topology.c
@@ -340,7 +340,7 @@ skl_tplg_init_pipe_modules(struct skl *skl, struct skl_pipe *pipe)
* FE/BE params
*/
skl_tplg_update_module_params(w, ctx);
- ret = skl_init_module(ctx, mconfig, NULL);
+ ret = skl_init_module(ctx, mconfig);
if (ret < 0)
return ret;
}