]> Pileus Git - ~andy/linux/commit
ASoC: soc-compress: Add support for not memory mapped DSPs
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Tue, 5 Feb 2013 10:41:47 +0000 (10:41 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 5 Feb 2013 13:55:52 +0000 (13:55 +0000)
commit1f88eb0f0660f8b58a1fe9011f3d3a350c7dd194
tree64682db83e8a9450c6e3b41dde9d615c74f2145f
parent202c8f7082e87e09f861d06b1a03501047c017b5
ASoC: soc-compress: Add support for not memory mapped DSPs

The ASoC compressed API did not implement the copy callback in its
compressed ops which is required for DSPs that are not memory mapped.

This patch creates a local copy of the compress ops for each runtime and
modifies them with a copy callback as appropriate.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/soc-compress.c