ASoC: Factor out shared code from WM8993
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 29 Jul 2009 20:21:49 +0000 (21:21 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 13 Aug 2009 21:19:31 +0000 (22:19 +0100)
commita2342ae325bb1f65d90a9f38baab4c9762018a5e
treed1e7e4a45421ff9b16ef2e1059568305b79fa420
parente9ade7f933d629698cbe5f09f1e5511269180fea
ASoC: Factor out shared code from WM8993

The WM8993 analogue control is shared with other devices in the same
product line.  Since this is a very substantial proportion of the
driver move the definitions of these controls into a new wm_hubs module
which allows them to be shared between the two.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/wm8993.c
sound/soc/codecs/wm_hubs.c [new file with mode: 0644]
sound/soc/codecs/wm_hubs.h [new file with mode: 0644]