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
The current driver drivers/dma/dma_cavs.c allows DMA completion callback functions to be one per device.
Since each DMA device has 8 channels with each channel potentially used by different peripheral drivers, the DMA driver should instead allow registration of completion callback function for each channel.
The text was updated successfully, but these errors were encountered:
The current driver
drivers/dma/dma_cavs.c
allows DMA completion callback functions to be one per device.Since each DMA device has 8 channels with each channel potentially used by different peripheral drivers, the DMA driver should instead allow registration of completion callback function for each channel.
The text was updated successfully, but these errors were encountered: