Re: [PATCH v3 07/25] ASoC: qcom: qdsp6: Add support to Q6ADM

2018-03-06 Thread Srinivas Kandagatla
Thanks for the review, On 01/03/18 21:24, Mark Brown wrote: On Tue, Feb 13, 2018 at 04:58:19PM +, srinivas.kandaga...@linaro.org wrote: +static struct copp *adm_find_copp(struct q6adm *adm, int port_idx, + int copp_idx) +{ + struct copp *c; + + s

Re: [PATCH v3 07/25] ASoC: qcom: qdsp6: Add support to Q6ADM

2018-03-01 Thread Mark Brown
On Tue, Feb 13, 2018 at 04:58:19PM +, srinivas.kandaga...@linaro.org wrote: > +static struct copp *adm_find_copp(struct q6adm *adm, int port_idx, > + int copp_idx) > +{ > + struct copp *c; > + > + spin_lock(&adm->copps_list_lock); > + list_for_each_ent