]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: dapm: Export mixer|mux_update_power() to public API.
authorLiam Girdwood <lrg@ti.com>
Mon, 6 Feb 2012 16:05:14 +0000 (16:05 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 6 Feb 2012 16:17:01 +0000 (16:17 +0000)
commitd84ff707a896dcf2b76c71f484bc8f753d345feb
tree1045b72ecc1643931256a4d7b82a5c182f73fabe
parentb6de37f6e1a149c3557f6fd55c977659bcf804f0
ASoC: dapm: Export mixer|mux_update_power() to public API.

Allow for the operation of custom mixer and mux DAPM widgets that can call
snd_soc_dapm_mixer_update_power() and snd_soc_dapm_mux_update_power() directly
after updating their status. This is useful with complex DAPM Mixer operations
where we need to do additional work in addition to setting a few mixer register
bits.

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