From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Lu Guanqun <guanqun.lu@intel.com>
Cc: Takashi Iwai <tiwai@suse.de>, gregkh@suse.de`,
ALSA <alsa-devel@alsa-project.org>,
Liam Girdwood <lrg@slimlogic.co.uk>
Subject: Re: [PATCH] sst: fix compile error
Date: Thu, 7 Apr 2011 07:27:18 +0100 [thread overview]
Message-ID: <20110407062717.GA14519@opensource.wolfsonmicro.com> (raw)
In-Reply-To: <20110407021813.5372.82489.stgit@localhost>
On Thu, Apr 07, 2011 at 10:18:13AM +0800, Lu Guanqun wrote:
> 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>
Is this needed in 2.6.39? Greg, I'm happy to take this through ASoC if
you're OK with that.
> ---
> 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
next prev parent reply other threads:[~2011-04-07 6:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-07 2:18 [PATCH] sst: fix compile error Lu Guanqun
2011-04-07 6:27 ` Mark Brown [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110407062717.GA14519@opensource.wolfsonmicro.com \
--to=broonie@opensource.wolfsonmicro.com \
--cc=alsa-devel@alsa-project.org \
--cc=gregkh@suse.de` \
--cc=guanqun.lu@intel.com \
--cc=lrg@slimlogic.co.uk \
--cc=tiwai@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.