From: Mark Brown Date: Wed, 9 Oct 2013 12:56:37 +0000 (+0100) Subject: ASoC: dapm: Run clock and regulator events separately to other supplies X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~14^2~72^2~33^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dd275b60e5db4d0bb3763490b519176dcfc4308;p=pandora-kernel.git ASoC: dapm: Run clock and regulator events separately to other supplies In order to avoid trying to use an external clock or supply for an on-chip supply prior to it being enabled move the clock and regulator supply events to a separate step in DAPM sequencing from normal supply events. This should have minimal practical impact since these widgets are sorted using SND_SOC_NOPM which is a negative value and hence sorted separately to any real register writes, though it may be relevant if supplies have event callbacks only. Signed-off-by: Mark Brown --- Reading git-diff-tree failed