From mboxrd@z Thu Jan 1 00:00:00 1970 From: Srinivas Kandagatla Subject: Re: [alsa-devel] [PATCH RFC 10/15] ASoC: qcom: apq8016: add wrdma support Date: Wed, 3 Feb 2016 08:48:57 +0000 Message-ID: <56B1BEF9.6070607@linaro.org> References: <1454347622-9970-1-git-send-email-srinivas.kandagatla@linaro.org> <1454347760-10856-1-git-send-email-srinivas.kandagatla@linaro.org> <20160203003714.GK14436@kwestfie-linux.qualcomm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20160203003714.GK14436@kwestfie-linux.qualcomm.com> Sender: linux-kernel-owner@vger.kernel.org To: Patrick Lai , alsa-devel@alsa-project.org, Banajit Goswami , Liam Girdwood , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, Takashi Iwai , Mark Brown List-Id: alsa-devel@alsa-project.org On 03/02/16 00:37, Kenneth Westfield wrote: > On Mon, Feb 01, 2016 at 09:29:20AM -0800, Srinivas Kandagatla wrote: >> diff --git a/sound/soc/qcom/lpass-apq8016.c >> b/sound/soc/qcom/lpass-apq8016.c >> index df44f09..3eef0c3 100644 >> --- a/sound/soc/qcom/lpass-apq8016.c >> +++ b/sound/soc/qcom/lpass-apq8016.c > > ... > >> @@ -213,7 +225,11 @@ static struct lpass_variant apq8016_data = { >> .rdma_reg_base = 0x8400, >> .rdma_reg_stride = 0x1000, >> .rdma_channels = 2, >> - .rdmactl_audif_start = 1, >> + .dmactl_audif_start = 1, > > Changing rdma.. to dma.. should be done in patch 3 (ASoC: qcom: rename > rdmactl_audif_start to dmactrl_audif_start). The build should > fail otherwise if bisecting between this patch and patch 3. Agreed, will sort this out in next version. >