summaryrefslogtreecommitdiff
path: root/sound/soc/imx/Makefile
diff options
context:
space:
mode:
authorGary Zhang <b13634@freescale.com>2012-02-28 14:51:40 +0800
committerJason Liu <r64343@freescale.com>2012-07-20 13:23:21 +0800
commit85982e7fa92adb3a9701a79ef7766cfacb8046a3 (patch)
treeeb066cc61950e754cd7d9502b932c943190c554f /sound/soc/imx/Makefile
parent638dc51faadfecddaa7c701bc10521607bbeeacb (diff)
ENGR00175219-3 wm8958: add audio codec support
add wm8958 audio codec support Signed-off-by: Gary Zhang <b13634@freescale.com>
Diffstat (limited to 'sound/soc/imx/Makefile')
-rw-r--r--sound/soc/imx/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/imx/Makefile b/sound/soc/imx/Makefile
index 07153b90d13e..c1abab092adc 100644
--- a/sound/soc/imx/Makefile
+++ b/sound/soc/imx/Makefile
@@ -18,6 +18,7 @@ snd-soc-imx-sgtl5000-objs := imx-sgtl5000.o
snd-soc-imx-cs42888-objs := imx-cs42888.o
snd-soc-imx-spdif-objs := imx-spdif.o
snd-soc-imx-hdmi-objs := imx-hdmi.o imx-hdmi-dai.o imx-hdmi-dma.o
+snd-soc-imx-wm8958-objs := imx-wm8958.o
obj-$(CONFIG_SND_SOC_EUKREA_TLV320) += snd-soc-eukrea-tlv320.o
obj-$(CONFIG_SND_SOC_PHYCORE_AC97) += snd-soc-phycore-ac97.o
@@ -27,3 +28,4 @@ obj-$(CONFIG_SND_SOC_IMX_SGTL5000) += snd-soc-imx-sgtl5000.o
obj-$(CONFIG_SND_SOC_IMX_CS42888) += snd-soc-imx-cs42888.o
obj-$(CONFIG_SND_SOC_IMX_SPDIF) += snd-soc-imx-spdif.o
obj-$(CONFIG_SND_SOC_IMX_HDMI) += snd-soc-imx-hdmi.o
+obj-$(CONFIG_SND_SOC_IMX_WM8958) += snd-soc-imx-wm8958.o \ No newline at end of file