diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-07-29 16:21:49 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-08-13 17:19:31 -0400 |
commit | a2342ae325bb1f65d90a9f38baab4c9762018a5e (patch) | |
tree | d1e7e4a45421ff9b16ef2e1059568305b79fa420 /sound/soc/codecs/Makefile | |
parent | e9ade7f933d629698cbe5f09f1e5511269180fea (diff) |
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>
Diffstat (limited to 'sound/soc/codecs/Makefile')
-rw-r--r-- | sound/soc/codecs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/Makefile b/sound/soc/codecs/Makefile index 9cbcf8f5b880..c7fd2297a06f 100644 --- a/sound/soc/codecs/Makefile +++ b/sound/soc/codecs/Makefile | |||
@@ -41,6 +41,7 @@ snd-soc-wm9081-objs := wm9081.o | |||
41 | snd-soc-wm9705-objs := wm9705.o | 41 | snd-soc-wm9705-objs := wm9705.o |
42 | snd-soc-wm9712-objs := wm9712.o | 42 | snd-soc-wm9712-objs := wm9712.o |
43 | snd-soc-wm9713-objs := wm9713.o | 43 | snd-soc-wm9713-objs := wm9713.o |
44 | snd-soc-wm-hubs-objs := wm_hubs.o | ||
44 | 45 | ||
45 | # Amp | 46 | # Amp |
46 | snd-soc-max9877-objs := max9877.o | 47 | snd-soc-max9877-objs := max9877.o |
@@ -88,6 +89,7 @@ obj-$(CONFIG_SND_SOC_WM9081) += snd-soc-wm9081.o | |||
88 | obj-$(CONFIG_SND_SOC_WM9705) += snd-soc-wm9705.o | 89 | obj-$(CONFIG_SND_SOC_WM9705) += snd-soc-wm9705.o |
89 | obj-$(CONFIG_SND_SOC_WM9712) += snd-soc-wm9712.o | 90 | obj-$(CONFIG_SND_SOC_WM9712) += snd-soc-wm9712.o |
90 | obj-$(CONFIG_SND_SOC_WM9713) += snd-soc-wm9713.o | 91 | obj-$(CONFIG_SND_SOC_WM9713) += snd-soc-wm9713.o |
92 | obj-$(CONFIG_SND_SOC_WM_HUBS) += snd-soc-wm-hubs.o | ||
91 | 93 | ||
92 | # Amp | 94 | # Amp |
93 | obj-$(CONFIG_SND_SOC_MAX9877) += snd-soc-max9877.o | 95 | obj-$(CONFIG_SND_SOC_MAX9877) += snd-soc-max9877.o |