Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
audio: dai-zephyr: convert DMA src/dst addresses to host-relative add…
…resses The DMAC has the same view of the address space as the HOST. As such, the source and destination addresses need to be converted to HOST-relative addresses before attempting to perform a DMA transfer. This is only relevant for platforms for which the DSP and HOST have different views of the address space (e.g: i.MX8ULP). Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
- Loading branch information