* [PATCH] ASoC: Fix compile error for s6000-i2s.c by adding a missing ';' character
@ 2010-11-30 1:45 Axel Lin
2010-11-30 11:22 ` Liam Girdwood
2010-11-30 11:24 ` Mark Brown
0 siblings, 2 replies; 3+ messages in thread
From: Axel Lin @ 2010-11-30 1:45 UTC (permalink / raw)
To: linux-kernel; +Cc: dg, Liam Girdwood, Mark Brown, alsa-devel
Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
I don't have toolchain to compile s6000, I'm not able to put the error message in the commit log.
But I know this patch indeed fixes a compile error.
sound/soc/s6000/s6000-i2s.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sound/soc/s6000/s6000-i2s.c b/sound/soc/s6000/s6000-i2s.c
index 8778faa..3052f64 100644
--- a/sound/soc/s6000/s6000-i2s.c
+++ b/sound/soc/s6000/s6000-i2s.c
@@ -434,7 +434,7 @@ static struct snd_soc_dai_driver s6000_i2s_dai = {
.rate_max = 1562500,
},
.ops = &s6000_i2s_dai_ops,
-}
+};
static int __devinit s6000_i2s_probe(struct platform_device *pdev)
{
--
1.7.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: Fix compile error for s6000-i2s.c by adding a missing ';' character
2010-11-30 1:45 [PATCH] ASoC: Fix compile error for s6000-i2s.c by adding a missing ';' character Axel Lin
@ 2010-11-30 11:22 ` Liam Girdwood
2010-11-30 11:24 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Liam Girdwood @ 2010-11-30 11:22 UTC (permalink / raw)
To: Axel Lin; +Cc: linux-kernel, dg, Mark Brown, alsa-devel
On Tue, 2010-11-30 at 09:45 +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
> ---
> I don't have toolchain to compile s6000, I'm not able to put the error message in the commit log.
> But I know this patch indeed fixes a compile error.
>
> sound/soc/s6000/s6000-i2s.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/sound/soc/s6000/s6000-i2s.c b/sound/soc/s6000/s6000-i2s.c
> index 8778faa..3052f64 100644
> --- a/sound/soc/s6000/s6000-i2s.c
> +++ b/sound/soc/s6000/s6000-i2s.c
> @@ -434,7 +434,7 @@ static struct snd_soc_dai_driver s6000_i2s_dai = {
> .rate_max = 1562500,
> },
> .ops = &s6000_i2s_dai_ops,
> -}
> +};
>
> static int __devinit s6000_i2s_probe(struct platform_device *pdev)
> {
I think Daniel was first so I've acked his patch for this.
Thanks
Liam
--
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: Fix compile error for s6000-i2s.c by adding a missing ';' character
2010-11-30 1:45 [PATCH] ASoC: Fix compile error for s6000-i2s.c by adding a missing ';' character Axel Lin
2010-11-30 11:22 ` Liam Girdwood
@ 2010-11-30 11:24 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2010-11-30 11:24 UTC (permalink / raw)
To: Axel Lin; +Cc: linux-kernel, dg, Liam Girdwood, alsa-devel
On Tue, Nov 30, 2010 at 09:45:53AM +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
> ---
> I don't have toolchain to compile s6000, I'm not able to put the error message in the commit log.
> But I know this patch indeed fixes a compile error.
Daniel already posted the same patch (and a bunch of others), just
waiting for Liam's review. The S6000 port as a whole doesn't compile
anyway at the minute (due to arch/ side issues).
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-11-30 11:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-30 1:45 [PATCH] ASoC: Fix compile error for s6000-i2s.c by adding a missing ';' character Axel Lin
2010-11-30 11:22 ` Liam Girdwood
2010-11-30 11:24 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox