]> git.baikalelectronics.ru Git - kernel.git/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)
commite0a474651aee6d7b584cce4f8db7336404ddb52c
tree64682db83e8a9450c6e3b41dde9d615c74f2145f
parentd056b46e9035774a24aa202a3726ecbec8c1fcee
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