All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] ASoC: add missing parameter to mx27vis_hifi_hw_free()
       [not found] <Pine.LNX.4.64.0912220923490.4919@axis700.grange>
@ 2009-12-22 10:30 ` Liam Girdwood
  2009-12-22 12:34 ` Mark Brown
  1 sibling, 0 replies; 2+ messages in thread
From: Liam Girdwood @ 2009-12-22 10:30 UTC (permalink / raw)
  To: Guennadi Liakhovetski; +Cc: alsa-devel, Mark Brown

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>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] ASoC: add missing parameter to mx27vis_hifi_hw_free()
       [not found] <Pine.LNX.4.64.0912220923490.4919@axis700.grange>
  2009-12-22 10:30 ` [PATCH] ASoC: add missing parameter to mx27vis_hifi_hw_free() Liam Girdwood
@ 2009-12-22 12:34 ` Mark Brown
  1 sibling, 0 replies; 2+ messages in thread
From: Mark Brown @ 2009-12-22 12:34 UTC (permalink / raw)
  To: Guennadi Liakhovetski; +Cc: alsa-devel, Liam Girdwood

On Tue, Dec 22, 2009 at 09:26:10AM +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.

Appled, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-12-22 12:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <Pine.LNX.4.64.0912220923490.4919@axis700.grange>
2009-12-22 10:30 ` [PATCH] ASoC: add missing parameter to mx27vis_hifi_hw_free() Liam Girdwood
2009-12-22 12:34 ` Mark Brown

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.