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