ASoC: uda134x: Remove is_powered_on_standby from platform data
authorLars-Peter Clausen <lars@metafoo.de>
Sun, 23 Nov 2014 14:04:12 +0000 (15:04 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 24 Nov 2014 18:04:49 +0000 (18:04 +0000)
commita6e4599f8d232b5911c46bb16f5a79b86f3dfb75
tree97e0f8727e178440a31cd6bfbc5e3d56e3ea2bbc
parentf114040e3ea6e07372334ade75d1ee0775c355e1
ASoC: uda134x: Remove is_powered_on_standby from platform data

According to its documentation the is_powered_on_standby field of the
uda134x platform data is supposed to prevent the the driver from shutting
down the ADC and DAC in standby mode. This behavior was broken in commit
commit f0fba2ad1b6b ("ASoC: multi-component - ASoC Multi-Component Support")
almost 5 years ago and all the flag does now is cause the driver to go to
SND_SOC_BIAS_ON in probe, just for the ASoC core to put it back into
SND_SOC_BIAS_STANDBY right after probe.

Apparently the intended behavior has not been missed, so just remove
is_powered_on_standby from the platform data struct.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/uda134x.h
sound/soc/codecs/uda134x.c