Searched hist:bf3e5ef5d549f650c13bef2b2192057cfef33d38 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/sound/soc/intel/skylake/ |
H A D | skl-topology.c | diff bf3e5ef5d549f650c13bef2b2192057cfef33d38 Mon Mar 13 11:41:32 CDT 2017 Dharageswari R <dharageswari.r@intel.com> ASoC: Intel: Skylake: Fix parameter overwrite for KPB Module
KPB module default parameter were overwritten by the dynamic instance id once use case is executed. This will cause module crash from subsequent execution of use case as the updated parameters are used.
So instead of over writing the default parameter, make a copy and update the module parameter and use this in IPC message.
Signed-off-by: Dharageswari R <dharageswari.r@intel.com> Signed-off-by: Kranthikumar, GudishaX <gudishax.kranthikumar@intel.com> Signed-off-by: Jeeja KP <jeeja.kp@intel.com> Acked-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
|