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)
commit17282ba4310cdad05f172d4dc1ebcb63d0b5de98
tree8d9c913148a3f28fd09630f10d60d4692f4675c2
parent57996358f4d679b2bc39d4cd15166bb89fc8d981
ASoC: dapm: Reorder the bias update sequence

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