From: Lars-Peter Clausen Date: Mon, 16 Jun 2014 16:13:04 +0000 (+0200) Subject: ASoC: Auto disconnect pins from all DAPM contexts X-Git-Tag: omap-for-v3.17/fixes-against-rc2~144^2~5^2~16^2~10^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7df3788410e674423375b88e2d95c46e4015f5f5;p=pandora-kernel.git ASoC: Auto disconnect pins from all DAPM contexts Currently only pins in CODEC DAPM contexts are automatically marked as non-connected if the card has the fully_routed flag set. This makes sense since widgets which qualify for auto-disconnection are only found in CODEC DAPM contexts. But with componentisation this is going to change, so consider all widgets for auto-disconnection. Also it is probably faster to walk the widgets list only once rather than once for each CODEC. Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- Reading git-diff-tree failed