From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933782AbcBCItx (ORCPT ); Wed, 3 Feb 2016 03:49:53 -0500 Received: from mail-wm0-f51.google.com ([74.125.82.51]:37750 "EHLO mail-wm0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964854AbcBCIsp (ORCPT ); Wed, 3 Feb 2016 03:48:45 -0500 Subject: Re: [alsa-devel] [PATCH RFC 08/15] ASoC: qcom: add wrdma dma channel start 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 References: <1454347622-9970-1-git-send-email-srinivas.kandagatla@linaro.org> <1454347741-10696-1-git-send-email-srinivas.kandagatla@linaro.org> <20160203003656.GI14436@kwestfie-linux.qualcomm.com> From: Srinivas Kandagatla Message-ID: <56B1BEEB.80508@linaro.org> Date: Wed, 3 Feb 2016 08:48:43 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <20160203003656.GI14436@kwestfie-linux.qualcomm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/02/16 00:36, Kenneth Westfield wrote: > On Mon, Feb 01, 2016 at 09:29:01AM -0800, Srinivas Kandagatla wrote: >> diff --git a/sound/soc/qcom/lpass.h b/sound/soc/qcom/lpass.h >> index 30449f3..8475b60 100644 >> --- a/sound/soc/qcom/lpass.h >> +++ b/sound/soc/qcom/lpass.h >> @@ -80,6 +80,7 @@ struct lpass_variant { >> * at different offset to ipq806x >> **/ >> u32 dmactl_audif_start; >> + u32 wrdma_channel_start; > > This patch should come before patch 6 (ASoC: qcom: ipq806x: add wrdma > related register offsets) as that patch references this field. yes, I need to fix the correct ordering of the patches. >