diff options
Diffstat (limited to 'sound/soc/intel/baytrail/sst-baytrail-ipc.c')
-rw-r--r-- | sound/soc/intel/baytrail/sst-baytrail-ipc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/intel/baytrail/sst-baytrail-ipc.c b/sound/soc/intel/baytrail/sst-baytrail-ipc.c index 4c01bb43928d..5bbaa667bec1 100644 --- a/sound/soc/intel/baytrail/sst-baytrail-ipc.c +++ b/sound/soc/intel/baytrail/sst-baytrail-ipc.c | |||
@@ -701,6 +701,8 @@ int sst_byt_dsp_init(struct device *dev, struct sst_pdata *pdata) | |||
701 | if (byt == NULL) | 701 | if (byt == NULL) |
702 | return -ENOMEM; | 702 | return -ENOMEM; |
703 | 703 | ||
704 | byt->dev = dev; | ||
705 | |||
704 | ipc = &byt->ipc; | 706 | ipc = &byt->ipc; |
705 | ipc->dev = dev; | 707 | ipc->dev = dev; |
706 | ipc->ops.tx_msg = byt_tx_msg; | 708 | ipc->ops.tx_msg = byt_tx_msg; |