diff options
Diffstat (limited to 'sound/soc/intel/atom/sst-mfld-platform.h')
-rw-r--r-- | sound/soc/intel/atom/sst-mfld-platform.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/intel/atom/sst-mfld-platform.h b/sound/soc/intel/atom/sst-mfld-platform.h index 9094314be2b0..2409b23eeacf 100644 --- a/sound/soc/intel/atom/sst-mfld-platform.h +++ b/sound/soc/intel/atom/sst-mfld-platform.h | |||
@@ -22,6 +22,7 @@ | |||
22 | #define __SST_PLATFORMDRV_H__ | 22 | #define __SST_PLATFORMDRV_H__ |
23 | 23 | ||
24 | #include "sst-mfld-dsp.h" | 24 | #include "sst-mfld-dsp.h" |
25 | #include "sst-atom-controls.h" | ||
25 | 26 | ||
26 | extern struct sst_device *sst; | 27 | extern struct sst_device *sst; |
27 | 28 | ||
@@ -175,6 +176,7 @@ struct sst_data { | |||
175 | struct snd_sst_bytes_v2 *byte_stream; | 176 | struct snd_sst_bytes_v2 *byte_stream; |
176 | struct mutex lock; | 177 | struct mutex lock; |
177 | struct snd_soc_card *soc_card; | 178 | struct snd_soc_card *soc_card; |
179 | struct sst_cmd_sba_hw_set_ssp ssp_cmd; | ||
178 | }; | 180 | }; |
179 | int sst_register_dsp(struct sst_device *sst); | 181 | int sst_register_dsp(struct sst_device *sst); |
180 | int sst_unregister_dsp(struct sst_device *sst); | 182 | int sst_unregister_dsp(struct sst_device *sst); |