dw-dma: add burst_elems setting to struct dma_sg_element

We need configure different burst_elems for different dma copy, so
here introduce it to dma_sg_element struct.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
This commit is contained in:
Keyon Jie 2017-12-19 13:06:10 +08:00 committed by Liam Girdwood
parent ae8bd6059e
commit 3676017be2
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ struct dma_sg_elem {
struct dma_sg_config {
uint32_t src_width;
uint32_t dest_width;
uint32_t burst_elems;
uint32_t direction;
uint32_t src_dev;
uint32_t dest_dev;