On Mon, Feb 01, 2016 at 09:29:01AM -0800, Srinivas Kandagatla wrote:yes, I need to fix the correct ordering of the patches.
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.