From: Mark Brown Date: Tue, 4 Oct 2011 21:57:50 +0000 (+0100) Subject: ASoC: Stop checking for supplied widgets after we find the first X-Git-Tag: v3.2-rc1~127^2~1^2~141 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f68d7e168785a2e89f615863fb5fab22518c8eb8;p=pandora-kernel.git ASoC: Stop checking for supplied widgets after we find the first We don't really care how many widgets a supply is supplying, we just care if the number is non-zero. This didn't actually produce any improvement in the test cases I've been using but seems obviously sensible enough that I'm pushing it out anyway. We could do a similar thing for other widgets but this may be unhelpful for further refactorings Liam was working on aiming to allow us to identify connected audio paths. Signed-off-by: Mark Brown --- Reading git-diff-tree failed