commit | 4bd073f93f13ad5de8affb173056827117a4a930 | [log] [tgz] |
---|---|---|
author | Jeeja KP <jeeja.kp@intel.com> | Tue Oct 27 09:22:45 2015 +0900 |
committer | Mark Brown <broonie@kernel.org> | Mon Nov 16 10:08:09 2015 +0000 |
tree | ebefc635e1c5ee8f0a4aeca36649110a38a8dd8e | |
parent | a28f51db28a3bb550ee54e4e67b4b1d04b4b393a [diff] |
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>