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
302 B
11 lines
302 B
# OMAP Platform Support
|
|
snd-soc-omap-objs := omap-pcm.o
|
|
snd-soc-omap-mcbsp-objs := omap-mcbsp.o
|
|
|
|
obj-$(CONFIG_SND_OMAP_SOC) += snd-soc-omap.o
|
|
obj-$(CONFIG_SND_OMAP_SOC_MCBSP) += snd-soc-omap-mcbsp.o
|
|
|
|
# OMAP Machine Support
|
|
snd-soc-n810-objs := n810.o
|
|
|
|
obj-$(CONFIG_SND_OMAP_SOC_N810) += snd-soc-n810.o
|
|
|