summaryrefslogtreecommitdiff
path: root/sound/soc/imx/Makefile
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-02-10 10:42:33 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-02-10 10:42:33 +0000
commit22313eafe92aeec1db9839f5afb71675bf2a5c33 (patch)
treee6eb4c8d4fabd96032a38d18db55bbc70e579953 /sound/soc/imx/Makefile
parentc50749de02f272be6e09b9016e13a17307d29066 (diff)
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