Re: [RFC PATCH] ASoC: dapm: add support to pinctrl dapm

From: Srinivas Kandagatla
Date: Wed Mar 07 2018 - 11:20:50 EST




On 07/03/18 15:13, Mark Brown wrote:
On Mon, Mar 05, 2018 at 08:35:48PM +0000, Srinivas Kandagatla wrote:
On 05/03/18 15:52, Mark Brown wrote:

This doesn't look right - we're trying to synchronize with the DAPM
async queue from something that should be run inside that very queue.
What is this supposed to be doing?

I thought this is supposed to ensure that any pending asynchronous I/O is
completed before touching pinctrl framework.

No, it completes all the pending DAPM operations. async I/O is part of
that but it's not the only thing.

Thanks for explaining, I will remove the synchronizing part and send a next version,

thanks,
srini