All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sst: fix compile error
@ 2011-04-07  2:18 Lu Guanqun
  2011-04-07  6:27 ` Mark Brown
  2011-04-08  0:21 ` Mark Brown
  0 siblings, 2 replies; 7+ messages in thread
From: Lu Guanqun @ 2011-04-07  2:18 UTC (permalink / raw)
  To: ALSA; +Cc: Takashi Iwai, Mark Brown, Liam Girdwood

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:612:2: error: ‘sst_drv_ctx’ undeclared (first use in this function)
drivers/staging/intel_sst/intelmid.c:612:2: note: each undeclared identifier is reported only once for each function it appears in

Signed-off-by: Lu Guanqun <guanqun.lu@intel.com>
---
 drivers/staging/intel_sst/intelmid.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/staging/intel_sst/intelmid.c b/drivers/staging/intel_sst/intelmid.c
index 32ded14..bbda30f 100644
--- a/drivers/staging/intel_sst/intelmid.c
+++ b/drivers/staging/intel_sst/intelmid.c
@@ -37,8 +37,11 @@
 #include <sound/pcm_params.h>
 #include <sound/initval.h>
 #include <linux/gpio.h>
+#include <linux/firmware.h>
 #include "intel_sst.h"
 #include "intel_sst_ioctl.h"
+#include "intel_sst_fw_ipc.h"
+#include "intel_sst_common.h"
 #include "intelmid_snd_control.h"
 #include "intelmid_adc_control.h"
 #include "intelmid.h"

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-04-08  0:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-07  2:18 [PATCH] sst: fix compile error Lu Guanqun
2011-04-07  6:27 ` Mark Brown
2011-04-07  6:44   ` Lu Guanqun
2011-04-07  7:50     ` Mark Brown
2011-04-07  8:00       ` Lu Guanqun
2011-04-08  0:21 ` Mark Brown
2011-04-08  0:42   ` Lu Guanqun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.