ASoC: Improve DAPM pop_wait delays
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 3 Mar 2010 14:57:09 +0000 (14:57 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 5 Mar 2010 16:43:05 +0000 (16:43 +0000)
commit692247196dd845eef02f26bf2959719b82e935c6
tree852b4202b0926d0966935fe54fd6b5d3f36a5f3c
parent1d24452b5536bd5c0c7721887a38d736b885014f
ASoC: Improve DAPM pop_wait delays

Currently during pop/click debug we're inserting a delay both after
every log message we generate and at explicit points in the sequence,
slowing things down even further than they need to be especially when
many writes get coalesced by the sequence generation code.

Remove the per-printk delay and ensure that we have explicit delays
where we say we want them.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
sound/soc/soc-dapm.c