aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/at91/Makefile
diff options
context:
space:
mode:
authorFrank Mandarino <fmandarino@endrelia.com>2008-09-30 10:42:40 -0400
committerTakashi Iwai <tiwai@suse.de>2008-10-13 02:16:05 +0200
commit5cabc1a8b3acc4babd69f2c91a6ab4468dac6663 (patch)
tree137d7f53c40b8597717c5999b673f829f593b961 /sound/soc/at91/Makefile
parentALSA: ASoC: Use snd_soc_dapm_nc_pin() in GTA01 audio driver (diff)
downloadlinux-dev-5cabc1a8b3acc4babd69f2c91a6ab4468dac6663.tar.xz
linux-dev-5cabc1a8b3acc4babd69f2c91a6ab4468dac6663.zip
ALSA: ASoC: Remove references to Endrelia ETI-B1 board
The ASoC machine drivers for this board were only provided as examples for the new AT91 ASoC platform driver. Since the ETI-B1 board is proprietary and there are other AT91 ASoC machine drivers available, it makes sense to remove these drivers. Signed-off-by: Frank Mandarino <fmandarino@endrelia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/at91/Makefile')
-rw-r--r--sound/soc/at91/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/soc/at91/Makefile b/sound/soc/at91/Makefile
index f23da17cc328..b817f11df286 100644
--- a/sound/soc/at91/Makefile
+++ b/sound/soc/at91/Makefile
@@ -4,8 +4,3 @@ snd-soc-at91-ssc-objs := at91-ssc.o
obj-$(CONFIG_SND_AT91_SOC) += snd-soc-at91.o
obj-$(CONFIG_SND_AT91_SOC_SSC) += snd-soc-at91-ssc.o
-
-# AT91 Machine Support
-snd-soc-eti-b1-wm8731-objs := eti_b1_wm8731.o
-
-obj-$(CONFIG_SND_AT91_SOC_ETI_B1_WM8731) += snd-soc-eti-b1-wm8731.o