ASoC: Move register I/O code into a separate file
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 13 Jun 2011 16:49:55 +0000 (17:49 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 13 Jun 2011 17:56:10 +0000 (18:56 +0100)
commit5bef44f9b4849d1c3af4ed2ea93061ff56e68cd7
treeae5b6165d53888219729e3c193e556d2a71e3d65
parentf0c4205b54113463ccb93c9ab064fc630c5c50bd
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>
sound/soc/Makefile
sound/soc/soc-cache.c
sound/soc/soc-io.c [new file with mode: 0644]