You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
313 B
11 lines
313 B
# AT32 Platform Support
|
|
snd-soc-at32-objs := at32-pcm.o
|
|
snd-soc-at32-ssc-objs := at32-ssc.o
|
|
|
|
obj-$(CONFIG_SND_AT32_SOC) += snd-soc-at32.o
|
|
obj-$(CONFIG_SND_AT32_SOC_SSC) += snd-soc-at32-ssc.o
|
|
|
|
# AT32 Machine Support
|
|
snd-soc-playpaq-objs := playpaq_wm8510.o
|
|
|
|
obj-$(CONFIG_SND_AT32_SOC_PLAYPAQ) += snd-soc-playpaq.o
|
|
|