ASoC: arizona: Coalesce output power up delays

Save a bit of scheduling by coalescing all the output power up delays
into a single delay.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Charles Keepax
2015-01-20 16:31:51 +00:00
committed by Mark Brown
szülő 054e1b4892
commit e1ae5fba3f
5 fájl változott, egészen pontosan 37 új sor hozzáadva és 15 régi sor törölve

Fájl megtekintése

@@ -77,6 +77,8 @@ struct arizona_priv {
int num_inputs;
unsigned int in_pending;
unsigned int out_up_pending;
unsigned int out_up_delay;
unsigned int out_down_pending;
unsigned int out_down_delay;