18 Feb
2014
18 Feb
'14
9:47 a.m.
On Tue, 2014-02-18 at 10:35 +0900, Mark Brown wrote:
On Mon, Feb 17, 2014 at 01:32:08PM +0000, Liam Girdwood wrote:
- /* copy FW data to DMA-able memory */
- memcpy((void *)sst_fw->dma_buf, (void *)fw->data, fw->size);
There aren't going to be any issues with alignment requirements for DMA with data within the firmware?
No, everything will be on 32bit boundaries.
Liam