Skip to content

Commit

Permalink
ALSA: ASoC: Remove references to Endrelia ETI-B1 board
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Frank Mandarino authored and Takashi Iwai committed Oct 13, 2008
1 parent b1cbc21 commit 5cabc1a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 371 deletions.
17 changes: 0 additions & 17 deletions sound/soc/at91/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,3 @@ config SND_AT91_SOC

config SND_AT91_SOC_SSC
tristate

config SND_AT91_SOC_ETI_B1_WM8731
tristate "SoC Audio support for WM8731-based Endrelia ETI-B1 boards"
depends on SND_AT91_SOC && (MACH_ETI_B1 || MACH_ETI_C1)
select SND_AT91_SOC_SSC
select SND_SOC_WM8731
help
Say Y if you want to add support for SoC audio on WM8731-based
Endrelia Technologies Inc ETI-B1 or ETI-C1 boards.

config SND_AT91_SOC_ETI_SLAVE
bool "Run codec in slave Mode on Endrelia boards"
depends on SND_AT91_SOC_ETI_B1_WM8731
default n
help
Say Y if you want to run with the AT91 SSC generating the BCLK
and LRC signals on Endrelia boards.
5 changes: 0 additions & 5 deletions sound/soc/at91/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
349 changes: 0 additions & 349 deletions sound/soc/at91/eti_b1_wm8731.c

This file was deleted.

0 comments on commit 5cabc1a

Please sign in to comment.