diff options
author | Mark Brown <broonie@kernel.org> | 2016-03-13 09:16:26 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-03-13 09:16:26 +0100 |
commit | df91a2100c05cec9323a222b97be918ccf53e378 (patch) | |
tree | 5902b152718a4a716848548909a1a049748b6950 /sound/soc/intel/common/sst-dsp-priv.h | |
parent | Merge remote-tracking branch 'asoc/topic/dapm' into asoc-next (diff) | |
parent | ASoC: hdac_hdmi: Add broxton device ID (diff) | |
download | linux-df91a2100c05cec9323a222b97be918ccf53e378.tar.xz linux-df91a2100c05cec9323a222b97be918ccf53e378.zip |
Merge remote-tracking branch 'asoc/topic/intel' into asoc-next
Diffstat (limited to 'sound/soc/intel/common/sst-dsp-priv.h')
-rw-r--r-- | sound/soc/intel/common/sst-dsp-priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/common/sst-dsp-priv.h b/sound/soc/intel/common/sst-dsp-priv.h index 81aa1ed64201..97dc1ae05e69 100644 --- a/sound/soc/intel/common/sst-dsp-priv.h +++ b/sound/soc/intel/common/sst-dsp-priv.h @@ -317,6 +317,7 @@ struct sst_dsp { struct skl_cl_dev cl_dev; u32 intr_status; const struct firmware *fw; + struct snd_dma_buffer dmab; }; /* Size optimised DRAM/IRAM memcpy */ |