Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761373Ab2EIX7v (ORCPT ); Wed, 9 May 2012 19:59:51 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:59984 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751969Ab2EIX7u (ORCPT ); Wed, 9 May 2012 19:59:50 -0400 Date: Wed, 09 May 2012 16:59:48 -0700 (PDT) Message-ID: <87obpwq51q.wl%kuninori.morimoto.gx@renesas.com> From: kuninori.morimoto.gx@renesas.com To: Guennadi Liakhovetski Cc: Vinod Koul , linux-kernel@vger.kernel.org, Magnus Damm , Yoshihiro Shimoda , Paul Mundt , linux-sh@vger.kernel.org, Liam Girdwood , Mark Brown Subject: Re: [PATCH 8/9 v3] ASoC: fsi: prepare for conversion to the shdma base library In-Reply-To: <1336576161-27082-9-git-send-email-g.liakhovetski@gmx.de> References: <1336576161-27082-1-git-send-email-g.liakhovetski@gmx.de> <1336576161-27082-9-git-send-email-g.liakhovetski@gmx.de> User-Agent: Wanderlust/2.14.0 Emacs/23.3 Mule/6.0 MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1348 Lines: 41 At Wed, 09 May 2012 17:09:20 +0200, Guennadi wrote: > > Signed-off-by: Guennadi Liakhovetski > Cc: Liam Girdwood > Cc: Mark Brown > --- Acked-by: Kuninori Morimoto > 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@vger.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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/