ASoC: Intel: Skylake: Modify load_lib_ipc arguments for a nowait version
Kabylake uses code loader dma and wait on notification instead of ipc reply for load library ipc status. So modify the argument of skl_sst_ipc_load_library to check on flag to wait for ipc reply. Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com> Acked-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:

committed by
Mark Brown

parent
89b0d8a5ba
commit
100e7f396d
@@ -81,7 +81,7 @@ bxt_load_library(struct sst_dsp *ctx, struct skl_lib_info *linfo, int lib_count)
|
||||
memcpy(dmab.area, stripped_fw.data, stripped_fw.size);
|
||||
|
||||
ctx->dsp_ops.trigger(ctx->dev, true, stream_tag);
|
||||
ret = skl_sst_ipc_load_library(&skl->ipc, dma_id, i);
|
||||
ret = skl_sst_ipc_load_library(&skl->ipc, dma_id, i, true);
|
||||
if (ret < 0)
|
||||
dev_err(ctx->dev, "IPC Load Lib for %s fail: %d\n",
|
||||
linfo[i].name, ret);
|
||||
|
Reference in New Issue
Block a user