aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/Makefile
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2014-10-28 22:15:31 +0000
committerMark Brown <broonie@kernel.org>2014-10-29 11:15:10 +0000
commit7077148fb50a120d20a50516a332ed6eb9233c16 (patch)
treec057c8f5ef91ed7191e92bebe65d691b022fb405 /sound/soc/Makefile
parentASoC: Use generic control handlers for S8 control (diff)
downloadlinux-dev-7077148fb50a120d20a50516a332ed6eb9233c16.tar.xz
linux-dev-7077148fb50a120d20a50516a332ed6eb9233c16.zip
ASoC: core: Split ops out of soc-core.c
The main ASoC source file is getting quite large and the standard ops don't really have anything to do with the rest of the file so split them out into a separate file. Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/Makefile')
-rw-r--r--sound/soc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/Makefile b/sound/soc/Makefile
index 534714a1ca44..a384d145e4d2 100644
--- a/sound/soc/Makefile
+++ b/sound/soc/Makefile
@@ -1,5 +1,5 @@
snd-soc-core-objs := soc-core.o soc-dapm.o soc-jack.o soc-cache.o soc-utils.o
-snd-soc-core-objs += soc-pcm.o soc-compress.o soc-io.o soc-devres.o
+snd-soc-core-objs += soc-pcm.o soc-compress.o soc-io.o soc-devres.o soc-ops.o
ifneq ($(CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM),)
snd-soc-core-objs += soc-generic-dmaengine-pcm.o