From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753400AbbEFGy0 (ORCPT ); Wed, 6 May 2015 02:54:26 -0400 Received: from mail-wi0-f170.google.com ([209.85.212.170]:35582 "EHLO mail-wi0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752560AbbEFGyU (ORCPT ); Wed, 6 May 2015 02:54:20 -0400 Message-ID: <5549BA98.9080501@linaro.org> Date: Wed, 06 May 2015 07:54:16 +0100 From: Srinivas Kandagatla User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Patrick Lai , Mark Brown , Rob Herring , Pawel Moll , Ian Campbell , Kumar Gala , Banajit Goswami , Liam Girdwood , Jaroslav Kysela , Takashi Iwai , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, linux-arm-msm@vger.kernel.org Subject: Re: [RFC PATCH 00/14] ASoC: qcom: add support to apq8016 audio References: <1430414148-10869-1-git-send-email-srinivas.kandagatla@linaro.org> <20150502235704.GA27804@kwestfie-linux.qualcomm.com> <20150506054758.GD5639@kwestfie-linux.qualcomm.com> In-Reply-To: <20150506054758.GD5639@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 Hi Kenneth, On 06/05/15 06:47, Kenneth Westfield wrote: >> > >> >I will test the patches and let you know by Wednesday. Also, I posted >> >some comments, but Patrick should be posting his comments separately >> >later next week. > Srinivas, > > After applying the patches, audio playback is no longer functional on > the storm board. Give me some time to debug this and I will get back > to you. I found atleast one issue with rdma audif bits in ipq806x lpass could you try change, this will be fixed properly in next version. -----------------------><--------------------------------------------- diff --git a/sound/soc/qcom/lpass-ipq806x.c b/sound/soc/qcom/lpass-ipq806x.c index 11a7053..2b00355 100644 --- a/sound/soc/qcom/lpass-ipq806x.c +++ b/sound/soc/qcom/lpass-ipq806x.c @@ -69,6 +69,7 @@ struct lpass_variant ipq806x_data = { .rdma_reg_base = 0x6000, .rdma_reg_stride = 0x1000, .rdma_channels = 4, + .rdmactl_audif_start = 4, .dai_driver = &lpass_cpu_dai_driver, .num_dai = 1, -----------------------><--------------------------------------------- --srini