mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 13:11:45 +00:00
4ca8af579c
SoC Audio support for PlayPaq with WM8510 got added in commit 9aaca9683b
("[ALSA] Revised AT32 ASoC Patch"). That support depends on
BOARD_PLAYPAQ. That Kconfig symbol didn't exist when that support got
added in v2.6.27. It still doesn't. It has never been possible to even
build this driver. Drop it.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
13 lines
420 B
Makefile
13 lines
420 B
Makefile
# AT91 Platform Support
|
|
snd-soc-atmel-pcm-objs := atmel-pcm.o
|
|
snd-soc-atmel_ssc_dai-objs := atmel_ssc_dai.o
|
|
|
|
obj-$(CONFIG_SND_ATMEL_SOC) += snd-soc-atmel-pcm.o
|
|
obj-$(CONFIG_SND_ATMEL_SOC_SSC) += snd-soc-atmel_ssc_dai.o
|
|
|
|
# AT91 Machine Support
|
|
snd-soc-sam9g20-wm8731-objs := sam9g20_wm8731.o
|
|
|
|
obj-$(CONFIG_SND_AT91_SOC_SAM9G20_WM8731) += snd-soc-sam9g20-wm8731.o
|
|
obj-$(CONFIG_SND_AT91_SOC_AFEB9260) += snd-soc-afeb9260.o
|