diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-06-13 20:49:55 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-06-13 21:56:10 +0400 |
commit | 5bef44f9b4849d1c3af4ed2ea93061ff56e68cd7 (patch) | |
tree | ae5b6165d53888219729e3c193e556d2a71e3d65 /sound/soc/Makefile | |
parent | f0c4205b54113463ccb93c9ab064fc630c5c50bd (diff) | |
download | linux-5bef44f9b4849d1c3af4ed2ea93061ff56e68cd7.tar.xz |
ASoC: Move register I/O code into a separate file
For clarity and to help ongoing refactoring in this area create a new file
to contain the physical I/O functions, separating them out from the cache
operations.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Diffstat (limited to 'sound/soc/Makefile')
-rw-r--r-- | sound/soc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/Makefile b/sound/soc/Makefile index adb5719cb7d2..4f913876f332 100644 --- a/sound/soc/Makefile +++ b/sound/soc/Makefile @@ -1,4 +1,5 @@ -snd-soc-core-objs := soc-core.o soc-dapm.o soc-jack.o soc-cache.o soc-utils.o soc-pcm.o +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-io.o obj-$(CONFIG_SND_SOC) += snd-soc-core.o obj-$(CONFIG_SND_SOC) += codecs/ |