[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87obpwq51q.wl%kuninori.morimoto.gx@renesas.com>
Date: Wed, 09 May 2012 16:59:48 -0700 (PDT)
From: kuninori.morimoto.gx@...esas.com
To: Guennadi Liakhovetski <g.liakhovetski@....de>
Cc: Vinod Koul <vinod.koul@...el.com>, linux-kernel@...r.kernel.org,
Magnus Damm <magnus.damm@...il.com>,
Yoshihiro Shimoda <yoshihiro.shimoda.uh@...esas.com>,
Paul Mundt <lethal@...ux-sh.org>, linux-sh@...r.kernel.org,
Liam Girdwood <lrg@...com>,
Mark Brown <broonie@...nsource.wolfsonmicro.com>
Subject: Re: [PATCH 8/9 v3] ASoC: fsi: prepare for conversion to the shdma base library
At Wed, 09 May 2012 17:09:20 +0200,
Guennadi wrote:
>
> Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@....de>
> Cc: Liam Girdwood <lrg@...com>
> Cc: Mark Brown <broonie@...nsource.wolfsonmicro.com>
> ---
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@...esas.com>
> sound/soc/sh/fsi.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c
> index 74ed2df..c28314b 100644
> --- a/sound/soc/sh/fsi.c
> +++ b/sound/soc/sh/fsi.c
> @@ -1532,8 +1532,8 @@ static void fsi_handler_init(struct fsi_priv *fsi)
> fsi->capture.priv = fsi;
>
> if (fsi->info->tx_id) {
> - fsi->playback.slave.slave_id = fsi->info->tx_id;
> - fsi->playback.handler = &fsi_dma_push_handler;
> + fsi->playback.slave.shdma_slave.slave_id = fsi->info->tx_id;
> + fsi->playback.handler = &fsi_dma_push_handler;
> }
> }
>
> --
> 1.7.2.5
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists