ASoC: core: Split ops out of soc-core.c
authorMark Brown <broonie@kernel.org>
Tue, 28 Oct 2014 22:15:31 +0000 (22:15 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 29 Oct 2014 11:15:10 +0000 (11:15 +0000)
commit7077148fb50a120d20a50516a332ed6eb9233c16
treec057c8f5ef91ed7191e92bebe65d691b022fb405
parentc1b4d1c7774189002bc08766ec10e339dfbc98d6
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>
sound/soc/Makefile
sound/soc/soc-core.c
sound/soc/soc-ops.c [new file with mode: 0644]