Skip to content

Commit

Permalink
ASoC: core: Split ops out of soc-core.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
broonie committed Oct 29, 2014
1 parent c1b4d1c commit 7077148
Show file tree
Hide file tree
Showing 3 changed files with 953 additions and 920 deletions.
2 changes: 1 addition & 1 deletion sound/soc/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7077148

Please sign in to comment.