public inbox for alsa-devel@alsa-project.org
 help / color / mirror / Atom feed
From: Liam Girdwood <lrg@ti.com>
To: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: "alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>,
	"patches@opensource.wolfsonmicro.com"
	<patches@opensource.wolfsonmicro.com>
Subject: Re: [PATCH] ASoC: Fix binding of WM8750 on Jive
Date: Tue, 9 Aug 2011 13:27:33 +0100	[thread overview]
Message-ID: <4E4127B5.20000@ti.com> (raw)
In-Reply-To: <1312360658-27908-1-git-send-email-broonie@opensource.wolfsonmicro.com>

On 03/08/11 09:37, Mark Brown wrote:
> The I2C address is misformatted and would never match.
> 
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---

Acked-by: Liam Girdwood <lrg@ti.com>

>  sound/soc/samsung/jive_wm8750.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/sound/soc/samsung/jive_wm8750.c b/sound/soc/samsung/jive_wm8750.c
> index 3b53ad5..14eb6ea 100644
> --- a/sound/soc/samsung/jive_wm8750.c
> +++ b/sound/soc/samsung/jive_wm8750.c
> @@ -131,7 +131,7 @@ static struct snd_soc_dai_link jive_dai = {
>  	.cpu_dai_name	= "s3c2412-i2s",
>  	.codec_dai_name = "wm8750-hifi",
>  	.platform_name	= "samsung-audio",
> -	.codec_name	= "wm8750-codec.0-0x1a",
> +	.codec_name	= "wm8750-codec.0-001a",
>  	.init		= jive_wm8750_init,
>  	.ops		= &jive_ops,
>  };

      reply	other threads:[~2011-08-09 12:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-03  8:37 [PATCH] ASoC: Fix binding of WM8750 on Jive Mark Brown
2011-08-09 12:27 ` Liam Girdwood [this message]

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=4E4127B5.20000@ti.com \
    --to=lrg@ti.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=patches@opensource.wolfsonmicro.com \
    /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