2011-06-14 00:49:55 +08:00
|
|
|
snd-soc-core-objs := soc-core.o soc-dapm.o soc-jack.o soc-cache.o soc-utils.o
|
2014-10-29 06:15:31 +08:00
|
|
|
snd-soc-core-objs += soc-pcm.o soc-compress.o soc-io.o soc-devres.o soc-ops.o
|
2015-05-30 02:06:14 +08:00
|
|
|
snd-soc-core-objs += soc-topology.o
|
2006-10-07 00:33:55 +08:00
|
|
|
|
2013-04-16 01:19:50 +08:00
|
|
|
ifneq ($(CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM),)
|
|
|
|
snd-soc-core-objs += soc-generic-dmaengine-pcm.o
|
|
|
|
endif
|
|
|
|
|
2014-11-11 05:41:46 +08:00
|
|
|
ifneq ($(CONFIG_SND_SOC_AC97_BUS),)
|
|
|
|
snd-soc-core-objs += soc-ac97.o
|
|
|
|
endif
|
|
|
|
|
2006-10-07 00:33:55 +08:00
|
|
|
obj-$(CONFIG_SND_SOC) += snd-soc-core.o
|
2008-12-16 22:44:48 +08:00
|
|
|
obj-$(CONFIG_SND_SOC) += codecs/
|
2012-04-09 12:17:50 +08:00
|
|
|
obj-$(CONFIG_SND_SOC) += generic/
|
2013-12-06 18:02:50 +08:00
|
|
|
obj-$(CONFIG_SND_SOC) += adi/
|
2008-12-16 22:44:48 +08:00
|
|
|
obj-$(CONFIG_SND_SOC) += atmel/
|
|
|
|
obj-$(CONFIG_SND_SOC) += au1x/
|
2013-11-22 23:24:08 +08:00
|
|
|
obj-$(CONFIG_SND_SOC) += bcm/
|
2008-12-16 22:44:48 +08:00
|
|
|
obj-$(CONFIG_SND_SOC) += blackfin/
|
2012-08-21 23:21:51 +08:00
|
|
|
obj-$(CONFIG_SND_SOC) += cirrus/
|
2008-12-16 22:44:48 +08:00
|
|
|
obj-$(CONFIG_SND_SOC) += davinci/
|
2012-06-21 18:24:51 +08:00
|
|
|
obj-$(CONFIG_SND_SOC) += dwc/
|
2008-12-16 22:44:48 +08:00
|
|
|
obj-$(CONFIG_SND_SOC) += fsl/
|
2010-07-05 11:09:22 +08:00
|
|
|
obj-$(CONFIG_SND_SOC) += jz4740/
|
2013-11-21 19:32:24 +08:00
|
|
|
obj-$(CONFIG_SND_SOC) += intel/
|
2015-06-15 22:38:02 +08:00
|
|
|
obj-$(CONFIG_SND_SOC) += mediatek/
|
2011-07-21 12:36:58 +08:00
|
|
|
obj-$(CONFIG_SND_SOC) += mxs/
|
2010-05-18 13:41:46 +08:00
|
|
|
obj-$(CONFIG_SND_SOC) += nuc900/
|
2008-12-16 22:44:48 +08:00
|
|
|
obj-$(CONFIG_SND_SOC) += omap/
|
2010-05-31 19:49:14 +08:00
|
|
|
obj-$(CONFIG_SND_SOC) += kirkwood/
|
2008-12-16 22:44:48 +08:00
|
|
|
obj-$(CONFIG_SND_SOC) += pxa/
|
2015-03-13 16:01:07 +08:00
|
|
|
obj-$(CONFIG_SND_SOC) += qcom/
|
2014-07-05 19:13:03 +08:00
|
|
|
obj-$(CONFIG_SND_SOC) += rockchip/
|
2010-11-22 14:37:25 +08:00
|
|
|
obj-$(CONFIG_SND_SOC) += samsung/
|
2008-12-16 22:44:48 +08:00
|
|
|
obj-$(CONFIG_SND_SOC) += sh/
|
2014-03-05 16:34:35 +08:00
|
|
|
obj-$(CONFIG_SND_SOC) += sirf/
|
2013-06-10 18:49:40 +08:00
|
|
|
obj-$(CONFIG_SND_SOC) += spear/
|
2011-01-08 13:36:17 +08:00
|
|
|
obj-$(CONFIG_SND_SOC) += tegra/
|
2009-05-19 21:12:15 +08:00
|
|
|
obj-$(CONFIG_SND_SOC) += txx9/
|
2012-05-08 21:57:18 +08:00
|
|
|
obj-$(CONFIG_SND_SOC) += ux500/
|
2014-12-27 01:19:38 +08:00
|
|
|
obj-$(CONFIG_SND_SOC) += xtensa/
|
2015-06-04 11:41:22 +08:00
|
|
|
obj-$(CONFIG_SND_SOC) += zte/
|