From: Liam Girdwood <lrg@slimlogic.co.uk>
To: "Daniel Glöckner" <daniel-gl@gmx.net>
Cc: alsa-devel@alsa-project.org,
Mark Brown <broonie@opensource.wolfsonmicro.com>
Subject: Re: [PATCH 1/3] s6000-i2s: fix compilation
Date: Tue, 30 Nov 2010 11:21:25 +0000 [thread overview]
Message-ID: <1291116085.3293.4.camel@odin> (raw)
In-Reply-To: <1291075218-7849-1-git-send-email-daniel-gl@gmx.net>
On Tue, 2010-11-30 at 01:00 +0100, Daniel Glöckner wrote:
> A semicolon was missing.
>
> Signed-off-by: Daniel Glöckner <daniel-gl@gmx.net>
> ---
> 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)
> {
All
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
--
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
next prev parent reply other threads:[~2010-11-30 11:21 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-28 12:07 S6000 ASoC drivers with multi-component Mark Brown
2010-11-29 10:34 ` Daniel Glöckner
2010-11-29 10:42 ` Mark Brown
2010-11-30 0:00 ` [PATCH 1/3] s6000-i2s: fix compilation Daniel Glöckner
2010-11-30 11:21 ` Liam Girdwood [this message]
2010-11-30 11:26 ` Mark Brown
2010-11-30 0:00 ` [PATCH 2/3] s6000-pcm: " Daniel Glöckner
2010-11-30 0:00 ` [PATCH 3/3] s6105-ipcam: " Daniel Glöckner
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=1291116085.3293.4.camel@odin \
--to=lrg@slimlogic.co.uk \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=daniel-gl@gmx.net \
/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.