Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipc: do not build dma-copy.c if native Zephyr DMA drivers used #9559

Commits on Oct 9, 2024

  1. ipc: do not build dma-copy.c if native Zephyr DMA drivers used

    The dma-copy.c only supports the XTOS DMA driver interface
    (dma_copy_legacy()), so no need to include it in SOF Zephyr builds if
    native Zephyr DMA drivers are in use.
    
    Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
    kv2019i committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    744d8bb View commit details
    Browse the repository at this point in the history