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