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