Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1323343 > unrolled thread
| Started by | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> |
|---|---|
| First post | 2016-02-01 18:30 +0100 |
| Last post | 2016-02-03 09:50 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH RFC 08/15] ASoC: qcom: add wrdma dma channel start Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2016-02-01 18:30 +0100
Re: [alsa-devel] [PATCH RFC 08/15] ASoC: qcom: add wrdma dma channel start Kenneth Westfield <kwestfie@codeaurora.org> - 2016-02-03 01:40 +0100
Re: [alsa-devel] [PATCH RFC 08/15] ASoC: qcom: add wrdma dma channel start Srinivas Kandagatla <srinivas.kandagatla@linaro.org> - 2016-02-03 09:50 +0100
| From | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> |
|---|---|
| Date | 2016-02-01 18:30 +0100 |
| Subject | [PATCH RFC 08/15] ASoC: qcom: add wrdma dma channel start |
| Message-ID | <qXqsy-6bL-23@gated-at.bofh.it> |
wrdma channel numbering starts at 5 on APQ8016 and is different on other chips.
This patch adds wrdma_channel_start map to variant structure for dma channel
allocations.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
---
sound/soc/qcom/lpass.h | 1 +
1 file changed, 1 insertion(+)
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;
/* SOC specific intialization like clocks */
int (*init)(struct platform_device *pdev);
int (*exit)(struct platform_device *pdev);
--
1.9.1
[toc] | [next] | [standalone]
| From | Kenneth Westfield <kwestfie@codeaurora.org> |
|---|---|
| Date | 2016-02-03 01:40 +0100 |
| Subject | Re: [alsa-devel] [PATCH RFC 08/15] ASoC: qcom: add wrdma dma channel start |
| Message-ID | <qXTEf-2Um-39@gated-at.bofh.it> |
| In reply to | #1323343 |
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.
--
Kenneth Westfield
Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project
[toc] | [prev] | [next] | [standalone]
| From | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> |
|---|---|
| Date | 2016-02-03 09:50 +0100 |
| Subject | Re: [alsa-devel] [PATCH RFC 08/15] ASoC: qcom: add wrdma dma channel start |
| Message-ID | <qY1ip-80l-1@gated-at.bofh.it> |
| In reply to | #1324781 |
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.
>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web