You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
treewide: zephyr: add sof_ prefix to dma_get/put()
Add "sof_" namespace to dma_get()/put() calls in and modify all
uses of the interface for builds with native Zephyr drivers.
Keep the old name for XTOS builds. This reduces the amount of
code that needs to be touched, and in XTOS code, there is no
confusion with the namespaces as all dma_foo() calls are to SOF
DMA layer.
Link: #9561
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
0 commit comments