sst: fix compile error
authorLu Guanqun <guanqun.lu@intel.com>
Fri, 8 Apr 2011 00:41:38 +0000 (08:41 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 8 Apr 2011 00:47:14 +0000 (09:47 +0900)
commit774fd7baf87829248365a07fdd42ca9882b5dd64
treefb884e4eb3c04c6cdfa70b4d972ebacf64250797
parentfaeede8cdc9093718a22b4ab2869350c07b1b407
sst: fix compile error

Add several include files to fix the below compile error.

drivers/staging/intel_sst/intelmid.c: In function ‘snd_intelmad_sst_register’:
drivers/staging/intel_sst/intelmid.c:805:2: error: ‘sst_drv_ctx’ undeclared (first use in this function)
drivers/staging/intel_sst/intelmid.c:805:2: note: each undeclared identifier is reported only once for each function it appears in

Signed-off-by: Lu Guanqun <guanqun.lu@intel.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/staging/intel_sst/intelmid.c