]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Add post-CODEC bias level callback for machine driver
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 4 Dec 2010 12:41:04 +0000 (12:41 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 6 Dec 2010 12:41:30 +0000 (12:41 +0000)
commit2783ed9bf0a0af538bbf56f51f9a96b1c877317d
tree09a22fa6f11aa2445dbc0ee9c2e0f1c7347caf92
parent5bb15fe2583cd7f3c95e40f8b1bbfca95c742488
ASoC: Add post-CODEC bias level callback for machine driver

Currently the machine driver can only do bias level configuration before
the CODEC bias level is brought up. This means that the machine cannot do
any configuration which depends on the CODEC bias level being maintained.
Provide a post-CODEC callback which allows the machine driver to do things
like enable the FLL on a CODEC which is brought down to BIAS_OFF when idle.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
include/sound/soc.h
sound/soc/soc-dapm.c