diff options
author | Frank Mandarino <fmandarino@endrelia.com> | 2008-09-30 18:42:40 +0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-10-13 04:16:05 +0400 |
commit | 5cabc1a8b3acc4babd69f2c91a6ab4468dac6663 (patch) | |
tree | 137d7f53c40b8597717c5999b673f829f593b961 /sound/soc/at91/Makefile | |
parent | b1cbc21c8e0cb9d253dc1388f24495b68261821a (diff) | |
download | linux-5cabc1a8b3acc4babd69f2c91a6ab4468dac6663.tar.xz |
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/Makefile | 5 |
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 |