diff options
Diffstat (limited to 'sound/soc/intel/atom/sst/sst_stream.c')
-rw-r--r-- | sound/soc/intel/atom/sst/sst_stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/atom/sst/sst_stream.c b/sound/soc/intel/atom/sst/sst_stream.c index a74c64c7053c..4ccc80e5e8cc 100644 --- a/sound/soc/intel/atom/sst/sst_stream.c +++ b/sound/soc/intel/atom/sst/sst_stream.c | |||
@@ -108,7 +108,7 @@ int sst_alloc_stream_mrfld(struct intel_sst_drv *sst_drv_ctx, void *params) | |||
108 | str_id, pipe_id); | 108 | str_id, pipe_id); |
109 | ret = sst_prepare_and_post_msg(sst_drv_ctx, task_id, IPC_CMD, | 109 | ret = sst_prepare_and_post_msg(sst_drv_ctx, task_id, IPC_CMD, |
110 | IPC_IA_ALLOC_STREAM_MRFLD, pipe_id, sizeof(alloc_param), | 110 | IPC_IA_ALLOC_STREAM_MRFLD, pipe_id, sizeof(alloc_param), |
111 | &alloc_param, data, true, true, false, true); | 111 | &alloc_param, &data, true, true, false, true); |
112 | 112 | ||
113 | if (ret < 0) { | 113 | if (ret < 0) { |
114 | dev_err(sst_drv_ctx->dev, "FW alloc failed ret %d\n", ret); | 114 | dev_err(sst_drv_ctx->dev, "FW alloc failed ret %d\n", ret); |