Re: [PATCH v7 08/24] ASoC: qdsp6: q6core: Add q6core driver

2018-05-09 Thread Srinivas Kandagatla
Thanks Banajit for the review! On 04/05/18 20:04, Banajit Goswami wrote: + +static int q6core_callback(struct apr_device *adev, struct apr_resp_pkt *data) +{ +struct q6core *core = dev_get_drvdata(>dev); +struct aprv2_ibasic_rsp_result_t *result; +struct apr_hdr *hdr = >hdr; + +

Re: [PATCH v7 08/24] ASoC: qdsp6: q6core: Add q6core driver

2018-05-09 Thread Srinivas Kandagatla
Thanks Banajit for the review! On 04/05/18 20:04, Banajit Goswami wrote: + +static int q6core_callback(struct apr_device *adev, struct apr_resp_pkt *data) +{ +struct q6core *core = dev_get_drvdata(>dev); +struct aprv2_ibasic_rsp_result_t *result; +struct apr_hdr *hdr = >hdr; + +

Re: [PATCH v7 08/24] ASoC: qdsp6: q6core: Add q6core driver

2018-05-04 Thread Banajit Goswami
On 5/1/2018 5:08 AM, Srinivas Kandagatla wrote: This patch adds support to core apr service, which is used to query status of other static and dynamic services on the dsp. Signed-off-by: Srinivas Kandagatla Reviewed-and-tested-by: Rohit kumar

Re: [PATCH v7 08/24] ASoC: qdsp6: q6core: Add q6core driver

2018-05-04 Thread Banajit Goswami
On 5/1/2018 5:08 AM, Srinivas Kandagatla wrote: This patch adds support to core apr service, which is used to query status of other static and dynamic services on the dsp. Signed-off-by: Srinivas Kandagatla Reviewed-and-tested-by: Rohit kumar --- sound/soc/qcom/Kconfig| 4 +

[PATCH v7 08/24] ASoC: qdsp6: q6core: Add q6core driver

2018-05-01 Thread Srinivas Kandagatla
This patch adds support to core apr service, which is used to query status of other static and dynamic services on the dsp. Signed-off-by: Srinivas Kandagatla Reviewed-and-tested-by: Rohit kumar --- sound/soc/qcom/Kconfig| 4 +

[PATCH v7 08/24] ASoC: qdsp6: q6core: Add q6core driver

2018-05-01 Thread Srinivas Kandagatla
This patch adds support to core apr service, which is used to query status of other static and dynamic services on the dsp. Signed-off-by: Srinivas Kandagatla Reviewed-and-tested-by: Rohit kumar --- sound/soc/qcom/Kconfig| 4 + sound/soc/qcom/qdsp6/Makefile | 1 +