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)
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>

No differences found