13 Jun
2011
13 Jun
'11
7:44 p.m.
On 13/06/11 17:51, Mark Brown wrote:
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
sound/soc/Makefile | 3 +- sound/soc/soc-cache.c | 380 ---------------------------------------------- sound/soc/soc-io.c | 399 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 401 insertions(+), 381 deletions(-) create mode 100644 sound/soc/soc-io.c
Acked-by: Liam Girdwood lrg@ti.com