23 Oct
2013
23 Oct
'13
8:25 a.m.
On Tue, Oct 22, 2013 at 09:06:54PM +0530, Vinod Koul wrote:
On Tue, Oct 22, 2013 at 09:32:23AM +0100, Mark Brown wrote:
Applied, thanks. It'd be good when doing things like this to say what the advantage is; with DAPM the general thing is that it gets called a lot so it should be cheap enough to just call all the time.
Okay, my thoughts were that it was obvious. We saw an issue when monkey testing with jack, bunch of dapm_sync's got triggered (insertion, reroute from usermode, removal, again reroute from usermode, and so on). The insertion and removal ones were quite not required for cases with no pins
It's obvious what it's saving but what's not obvious is what the benefit of those savings is. That's the bit it'd be good to cover.