aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/atmel/Makefile
diff options
context:
space:
mode:
authorBo Shen <voice.shen@atmel.com>2013-07-19 17:42:57 +0800
committerMark Brown <broonie@linaro.org>2013-07-19 19:05:14 +0100
commit52f19b14ec18f3166e43cda6a16bb39ffb376053 (patch)
treee447e9a88e0b7d73feeccd57fba82bae0e15d18c /sound/soc/atmel/Makefile
parent95e0e07e710e24a240f2c9645ecaad3559d6040d (diff)
ASoC: atmel: add wm8904 based audio machine driver
Add wm8904 based audio machine driver for Atmel EK board The following ek board based on it - at91sam9n12ek - sama5d3xek (d31, d33, d34, d35) Signed-off-by: Bo Shen <voice.shen@atmel.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/atmel/Makefile')
-rw-r--r--sound/soc/atmel/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/atmel/Makefile b/sound/soc/atmel/Makefile
index 41967ccb6f4..922d4da5710 100644
--- a/sound/soc/atmel/Makefile
+++ b/sound/soc/atmel/Makefile
@@ -11,6 +11,8 @@ obj-$(CONFIG_SND_ATMEL_SOC_SSC) += snd-soc-atmel_ssc_dai.o
# AT91 Machine Support
snd-soc-sam9g20-wm8731-objs := sam9g20_wm8731.o
+snd-atmel-soc-wm8904-objs := atmel_wm8904.o
obj-$(CONFIG_SND_AT91_SOC_SAM9G20_WM8731) += snd-soc-sam9g20-wm8731.o
+obj-$(CONFIG_SND_ATMEL_SOC_WM8904) += snd-atmel-soc-wm8904.o
obj-$(CONFIG_SND_AT91_SOC_AFEB9260) += snd-soc-afeb9260.o