mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Liam Girdwood <lrg@slimlogic.co.uk>
To: Arnaud Lacombe <lacombar@gmail.com>, Takashi Iwai <tiwai@suse.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org,
	Mark Brown <broonie@opensource.wolfsonmicro.com>
Subject: Re: [GIT PULL] sound updates for 2.6.37-rc1
Date: Tue, 26 Oct 2010 20:07:43 +0100	[thread overview]
Message-ID: <1288120063.18037.64.camel@vega> (raw)
In-Reply-To: <AANLkTi=DcsSQTeGER5tWjuLV6FpLCizO3ZMajqFCYPGe@mail.gmail.com>

On Tue, 2010-10-26 at 14:20 -0400, Arnaud Lacombe wrote:
> Hi,
> 
> On Mon, Oct 25, 2010 at 9:59 AM, Takashi Iwai <tiwai@suse.de> wrote:
> > Linus,
> >
> > ===
> > [...]
> >
> > Liam Girdwood (3):
> >      ASoC: multi-component - ASoC Multi-Component Support
> >  [...]
> >  include/sound/soc-of-simple.h                      |   25 -
> >  [...]
> >  delete mode 100644 include/sound/soc-of-simple.h
> >
> `sound/soc/fsl/pcm030-audio-fabric.c' still reference
> `sound/soc-of-simple.h', causing the following build error:
> 
> sound/soc/fsl/pcm030-audio-fabric.c:27:33: fatal error:
> sound/soc-of-simple.h: No such file or directory
> 

Gah, missed that one, wonder why -next PPC build did not pick this one
up. Fwiw, I'm on train now to ELC-E now so can't test the following
patch with PPC gcc until the weekend.

Takashi, please apply the following fix.

>From 70c38adabd9380f5351a96f62e615d0e6ec7a533 Mon Sep 17 00:00:00 2001
From: Liam Girdwood <lrg@slimlogic.co.uk>
Date: Tue, 26 Oct 2010 20:00:54 +0100
Subject: [PATCH] ASoC: fsl - fix build error in pcm030-audio-fabric.c

Fix build error:-

sound/soc/fsl/pcm030-audio-fabric.c:27:33: fatal error:
sound/soc-of-simple.h: No such file or directory

Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
---
 sound/soc/fsl/pcm030-audio-fabric.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/sound/soc/fsl/pcm030-audio-fabric.c b/sound/soc/fsl/pcm030-audio-fabric.c
index fe15bb2..25f27ec 100644
--- a/sound/soc/fsl/pcm030-audio-fabric.c
+++ b/sound/soc/fsl/pcm030-audio-fabric.c
@@ -24,7 +24,6 @@
 #include <sound/pcm_params.h>
 #include <sound/initval.h>
 #include <sound/soc.h>
-#include <sound/soc-of-simple.h>
 
 #include "mpc5200_dma.h"
 #include "mpc5200_psc_ac97.h"
@@ -49,7 +48,7 @@ static struct snd_soc_dai_link pcm030_fabric_dai[] = {
 	.codec_dai_name = "wm9712-aux",
 	.cpu_dai_name = "mpc5200-psc-ac97.1",
 	.platform_name = "mpc5200-pcm-audio",
-	..codec_name = "wm9712-codec",
+	.codec_name = "wm9712-codec",
 },
 };
 
-- 
1.7.1

Thanks

Liam

-- 
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk


  reply	other threads:[~2010-10-26 19:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-25 13:59 Takashi Iwai
2010-10-26 18:20 ` Arnaud Lacombe
2010-10-26 19:07   ` Liam Girdwood [this message]
2010-10-26 19:31     ` Takashi Iwai

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=1288120063.18037.64.camel@vega \
    --to=lrg@slimlogic.co.uk \
    --cc=akpm@linux-foundation.org \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=lacombar@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tiwai@suse.de \
    --cc=torvalds@linux-foundation.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®