]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: dapm - Refactor widget IO functions in preparation for platform widgets.
authorLiam Girdwood <lrg@ti.com>
Mon, 13 Jun 2011 18:37:36 +0000 (19:37 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 14 Jun 2011 13:25:32 +0000 (14:25 +0100)
commit964d6ec16d90279119a7b9555fcb08b68e7ce1fc
tree7a2e6df827a9104927dc0e286a64eea750e38d12
parentc9a12c7eb780911b6a152ce8b19a3e3b305257ac
ASoC: dapm - Refactor widget IO functions in preparation for platform widgets.

This time with soc_widget_update_bits reflecting recent soc_update_bits changes.

Currently widget IO is tightly coupled to the CODEC drivers. Future platform DSP
devices have mixer components that can alter power usage and hence require full
DAPM support.

This provides a generic widget IO operation wrapper in preparation for
future patches that implement platform driver DAPM.

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