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)
commit4bd073f93f13ad5de8affb173056827117a4a930
treeebefc635e1c5ee8f0a4aeca36649110a38a8dd8e
parenta28f51db28a3bb550ee54e4e67b4b1d04b4b393a
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