sst: fix compile error
authorLu Guanqun <guanqun.lu@intel.com>
Fri, 8 Apr 2011 00:41:38 +0000 (08:41 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 May 2011 19:54:44 +0000 (12:54 -0700)
commit6c550053cb9ddbee58c295cb92ecd6c331605854
treefa02ba30a484071be4a3dbab131a01125d55703f
parentafe9194d58e87b38993fafb2b716a6c7756fab93
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>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/intel_sst/intelmid.c