]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: Skylake: Fix not to ignore return value in be hw_params
authorJeeja KP <jeeja.kp@intel.com>
Tue, 27 Oct 2015 00:22:45 +0000 (09:22 +0900)
committerMark Brown <broonie@kernel.org>
Mon, 16 Nov 2015 10:08:09 +0000 (10:08 +0000)
commit8d7116b026b51e1a6a11ba8cd349e3e1d65a6b01
treeebefc635e1c5ee8f0a4aeca36649110a38a8dd8e
parent47ad32936a3a07d0577cbaaa7714ee476f44cb57
ASoC: Intel: Skylake: Fix not to ignore return value in be hw_params

Return value from skl_tplg_be_update_params() is ignored. But if the
blob is null then the hw_params needs to return error.
This patch fixes the issue by not ignoring return value from
skl_tplg_be_update_params().

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-pcm.c