Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Liam Girdwood <lrg@slimlogic.co.uk>
To: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Cc: alsa-devel@alsa-project.org,
	Mark Brown <broonie@opensource.wolfsonmicro.com>
Subject: Re: [PATCH] ASoC: add missing parameter to mx27vis_hifi_hw_free()
Date: Tue, 22 Dec 2009 10:30:49 +0000	[thread overview]
Message-ID: <1261477849.3555.0.camel@odin> (raw)
In-Reply-To: <Pine.LNX.4.64.0912220923490.4919@axis700.grange>

On Tue, 2009-12-22 at 09:26 +0100, Guennadi Liakhovetski wrote:
> Commit 2ccafed4 added an extra parameter to the DAI .set_pll() method, but 
> it missed this call in sound/soc/imx/mx27vis_wm8974.c.
> 
> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
> ---
>  sound/soc/imx/mx27vis_wm8974.c |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/sound/soc/imx/mx27vis_wm8974.c b/sound/soc/imx/mx27vis_wm8974.c
> index 0267d2d..07d2a24 100644
> --- a/sound/soc/imx/mx27vis_wm8974.c
> +++ b/sound/soc/imx/mx27vis_wm8974.c
> @@ -180,7 +180,8 @@ static int mx27vis_hifi_hw_free(struct snd_pcm_substream *substream)
>  	struct snd_soc_dai *codec_dai = rtd->dai->codec_dai;
>  
>  	/* disable the PLL */
> -	return codec_dai->ops->set_pll(codec_dai, IGNORED_ARG, 0, 0);
> +	return codec_dai->ops->set_pll(codec_dai, IGNORED_ARG, IGNORED_ARG,
> +				       0, 0);
>  }
>  
>  /*

Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>

       reply	other threads:[~2009-12-22 10:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <Pine.LNX.4.64.0912220923490.4919@axis700.grange>
2009-12-22 10:30 ` Liam Girdwood [this message]
2009-12-22 12:34 ` [PATCH] ASoC: add missing parameter to mx27vis_hifi_hw_free() Mark Brown

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=1261477849.3555.0.camel@odin \
    --to=lrg@slimlogic.co.uk \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=g.liakhovetski@gmx.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox