ASoC: dapm: Reorder the bias update sequence
authorXiang Xiao <xiaoxiang@xiaomi.com>
Sat, 1 Mar 2014 16:04:03 +0000 (00:04 +0800)
committerMark Brown <broonie@linaro.org>
Mon, 3 Mar 2014 04:47:40 +0000 (12:47 +0800)
The new sequence ensure that dapm_pre_sequence_async work on
the card before all codecs and dapm_post_sequence_async work
on the card after all codecs.
So the machine driver could utilize the determinate sequence
to do the gloabl setup and teardown in the right place.

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/soc-dapm.c

Simple merge