commit | c1a7898d655fd265feefcf6fe82ab0096e6d078e | [log] [tgz] |
---|---|---|
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | Wed Mar 05 14:28:16 2014 +0000 |
committer | Mark Brown <broonie@linaro.org> | Thu Mar 06 12:34:31 2014 +0800 |
tree | ec35b473c4dc2dfa7eeb0f949a10203dd20dd05d | |
parent | 055bbe2df957343fece60fe1f60553a9c1005217 [diff] |
ASoC: wm_adsp: Split firmware load into smaller chunks The firmware files can be quite large and allocating the whole firmware a single DMA safe buffer can be problematic if the system is under a high memory load. Ease the requirements slightly by writing the firmware out in page sized chunks. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@linaro.org>