Re: [PATCH v3 11/25] ASoC: qcom: q6asm: add support to audio stream apis

2018-03-06 Thread Srinivas Kandagatla
Thanks for the review comments. sorry for delay, for some reason these emails endup in my SPAM folder. On 01/03/18 21:33, Mark Brown wrote: On Tue, Feb 13, 2018 at 04:58:23PM +, srinivas.kandaga...@linaro.org wrote: uint32_t used; @@ -131,7 +191,7 @@ static int q6asm_apr_send_sess

Re: [PATCH v3 11/25] ASoC: qcom: q6asm: add support to audio stream apis

2018-03-01 Thread Mark Brown
On Tue, Feb 13, 2018 at 04:58:23PM +, srinivas.kandaga...@linaro.org wrote: > uint32_t used; > @@ -131,7 +191,7 @@ static int q6asm_apr_send_session_pkt(struct q6asm *a, > struct audio_client *ac, > > rc = wait_event_timeout(a->mem_wait, (a->mem_state <= 0), 5 * HZ); > if