diff options
| -rw-r--r-- | sound/soc/intel/haswell/sst-haswell-ipc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/intel/haswell/sst-haswell-ipc.c b/sound/soc/intel/haswell/sst-haswell-ipc.c index f95f271aab0c..f6efa9d4acad 100644 --- a/sound/soc/intel/haswell/sst-haswell-ipc.c +++ b/sound/soc/intel/haswell/sst-haswell-ipc.c | |||
| @@ -2119,6 +2119,8 @@ int sst_hsw_dsp_init(struct device *dev, struct sst_pdata *pdata) | |||
| 2119 | if (hsw == NULL) | 2119 | if (hsw == NULL) |
| 2120 | return -ENOMEM; | 2120 | return -ENOMEM; |
| 2121 | 2121 | ||
| 2122 | hsw->dev = dev; | ||
| 2123 | |||
| 2122 | ipc = &hsw->ipc; | 2124 | ipc = &hsw->ipc; |
| 2123 | ipc->dev = dev; | 2125 | ipc->dev = dev; |
| 2124 | ipc->ops.tx_msg = hsw_tx_msg; | 2126 | ipc->ops.tx_msg = hsw_tx_msg; |
