9f0ac6e1a8
Changes were required to support latest AT91 header files. Also updated to remove AT91RM9200-specific code in the ASoC platform drivers to support the AT91SAM9260 and AT91SAM9261 chips, but no testing was performed on these chips. Signed-off-by: Frank Mandarino <fmandarino@endrelia.com> Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
11 lines
330 B
Makefile
11 lines
330 B
Makefile
# AT91 Platform Support
|
|
snd-soc-at91-objs := at91-pcm.o
|
|
snd-soc-at91-i2s-objs := at91-i2s.o
|
|
|
|
obj-$(CONFIG_SND_AT91_SOC) += snd-soc-at91.o
|
|
obj-$(CONFIG_SND_AT91_SOC_I2S) += snd-soc-at91-i2s.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
|