ASoC: Route all bias level updates through the core
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 27 Apr 2015 20:13:24 +0000 (22:13 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 27 Apr 2015 20:34:45 +0000 (21:34 +0100)
commitbd1204cb51f15d202f95222e873a94ed5d07b784
tree1613bc56de735f9b572c9eb579c999439fed4d3f
parentfa880775ab0d5a8d540972f7b6800fad1af16b75
ASoC: Route all bias level updates through the core

Use the new snd_soc_codec_force_bias_level() helper function to invoke the
bias_level callback of a driver instead of calling the callback by hand.
Currently the effect of this is the same, but having all bias level updates
go through a central place will allow us to move more of the bias level
management into the DAPM core.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
19 files changed:
sound/soc/codecs/max98095.c
sound/soc/codecs/rt5640.c
sound/soc/codecs/rt5645.c
sound/soc/codecs/rt5651.c
sound/soc/codecs/rt5677.c
sound/soc/codecs/sta32x.c
sound/soc/codecs/sta350.c
sound/soc/codecs/twl6040.c
sound/soc/codecs/wm8731.c
sound/soc/codecs/wm8737.c
sound/soc/codecs/wm8900.c
sound/soc/codecs/wm8940.c
sound/soc/codecs/wm8955.c
sound/soc/codecs/wm8978.c
sound/soc/codecs/wm8990.c
sound/soc/codecs/wm8993.c
sound/soc/codecs/wm8994.c
sound/soc/codecs/wm9712.c
sound/soc/codecs/wm9713.c
This page took 0.029105 seconds and 5 git commands to generate.