ASoC: core: Add flag to ignore pmdown_time at pcm_close
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 14 Oct 2011 11:43:33 +0000 (14:43 +0300)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 14 Oct 2011 19:42:21 +0000 (20:42 +0100)
commit1d69c5c5de32c355667c105a5fac85c8043128e6
treefcfe58ff456b0503c063f2e678d4c09110334b73
parent7a0e67b68701d73b2252bd73f7fd49c54aea1e58
ASoC: core: Add flag to ignore pmdown_time at pcm_close

With this flag codec drivers can indicate that it is desired
to ignore the pmdown_time for DAPM shutdown sequence when
playback stream is stopped.
The DAPM sequence will be executed without delay in this case.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
include/sound/soc.h
sound/soc/soc-pcm.c