diff options
author | Vinod Koul <vinod.koul@intel.com> | 2014-05-05 14:27:50 +0530 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-05-08 18:25:05 +0100 |
commit | 4b68b4e1c564f32e4eb18186749b29c9a78772f4 (patch) | |
tree | 1697bb72f9339f6f20ab7c0c5ddb32bb57a0df74 /sound/soc/intel/sst-mfld-platform.h | |
parent | 4496ffab7dade2206f3d5dea86b9928a5f173de2 (diff) |
ASoC: Intel: split the pcm and compress to different files
For manging them and adding support for more platforms
Code move only
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/intel/sst-mfld-platform.h')
-rw-r--r-- | sound/soc/intel/sst-mfld-platform.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/intel/sst-mfld-platform.h b/sound/soc/intel/sst-mfld-platform.h index 1005f552907f..3ea4fee0ba0d 100644 --- a/sound/soc/intel/sst-mfld-platform.h +++ b/sound/soc/intel/sst-mfld-platform.h @@ -23,6 +23,8 @@ #include "sst-mfld-dsp.h" +extern struct sst_device *sst; + #define SST_MONO 1 #define SST_STEREO 2 #define SST_MAX_CAP 5 |