summaryrefslogtreecommitdiffstats
path: root/sound/soc/imx/Makefile
diff options
context:
space:
mode:
authorMark Brown2010-02-10 11:42:33 +0100
committerMark Brown2010-02-10 11:42:33 +0100
commit22313eafe92aeec1db9839f5afb71675bf2a5c33 (patch)
treee6eb4c8d4fabd96032a38d18db55bbc70e579953 /sound/soc/imx/Makefile
parentASoC: pandora: Add DAC regulator support (diff)
downloadkernel-qcow2-linux-22313eafe92aeec1db9839f5afb71675bf2a5c33.tar.gz
kernel-qcow2-linux-22313eafe92aeec1db9839f5afb71675bf2a5c33.tar.xz
kernel-qcow2-linux-22313eafe92aeec1db9839f5afb71675bf2a5c33.zip
ASoC: add phycore-ac97 sound support
This patch adds sound support for Phytec PhyCORE / PhyCARD modules in AC97 mode. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.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 d05cc95c5cc4..9f8bb92ddfcc 100644
--- a/sound/soc/imx/Makefile
+++ b/sound/soc/imx/Makefile
@@ -8,3 +8,5 @@ endif
obj-$(CONFIG_SND_IMX_SOC) += snd-soc-imx.o
# i.MX Machine Support
+snd-soc-phycore-ac97-objs := phycore-ac97.o
+obj-$(CONFIG_SND_SOC_PHYCORE_AC97) += snd-soc-phycore-ac97.o