Re: [RFC PATCH 00/14] ASoC: qcom: add support to apq8016 audio

From: Srinivas Kandagatla
Date: Wed May 06 2015 - 02:54:28 EST


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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/