]> git.karo-electronics.de Git - linux-beck.git/commit
ASoC: twl6040: Only set the bias_level once in twl6040_resume()
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 11 Jan 2013 16:01:00 +0000 (17:01 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 11 Jan 2013 23:54:57 +0000 (23:54 +0000)
commit156db9f3bb3c210cdf905172f6063c90c4a62c3c
tree15f3c78a306da27b3dd4c04cfc0631ffe529ae0e
parent09a8b6719caecff6c08d505c1f7126b7be68663a
ASoC: twl6040: Only set the bias_level once in twl6040_resume()

No need to set the bias_level twice to _STANDBY - since this is the only
state the device could be at suspend time. The driver do not support
idle_bias_off yet.

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