diff options
| -rw-r--r-- | sound/soc/intel/haswell/sst-haswell-ipc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/intel/haswell/sst-haswell-ipc.c b/sound/soc/intel/haswell/sst-haswell-ipc.c index 6304e4bfccd6..f95f271aab0c 100644 --- a/sound/soc/intel/haswell/sst-haswell-ipc.c +++ b/sound/soc/intel/haswell/sst-haswell-ipc.c | |||
| @@ -2127,6 +2127,9 @@ int sst_hsw_dsp_init(struct device *dev, struct sst_pdata *pdata) | |||
| 2127 | ipc->ops.reply_msg_match = hsw_reply_msg_match; | 2127 | ipc->ops.reply_msg_match = hsw_reply_msg_match; |
| 2128 | ipc->ops.is_dsp_busy = hsw_is_dsp_busy; | 2128 | ipc->ops.is_dsp_busy = hsw_is_dsp_busy; |
| 2129 | 2129 | ||
| 2130 | ipc->tx_data_max_size = IPC_MAX_MAILBOX_BYTES; | ||
| 2131 | ipc->rx_data_max_size = IPC_MAX_MAILBOX_BYTES; | ||
| 2132 | |||
| 2130 | ret = sst_ipc_init(ipc); | 2133 | ret = sst_ipc_init(ipc); |
| 2131 | if (ret != 0) | 2134 | if (ret != 0) |
| 2132 | goto ipc_init_err; | 2135 | goto ipc_init_err; |
