ASoC: Intel: Skylake: Add helper routines to handle module params
authorJeeja KP <jeeja.kp@intel.com>
Sat, 28 Nov 2015 09:31:47 +0000 (15:01 +0530)
committerMark Brown <broonie@kernel.org>
Tue, 1 Dec 2015 22:17:00 +0000 (22:17 +0000)
commit9939a9c331ae8b9f859802af352477388b73c700
tree0d4e2beeb91dcbd6c7e24cdb84c1f1cf47cf58db
parent8f35bf3f71f7b367511e0912eb7b70834b39ef77
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>
sound/soc/intel/skylake/skl-messages.c
sound/soc/intel/skylake/skl-topology.c
sound/soc/intel/skylake/skl-topology.h