mirror of https://github.com/thesofproject/sof.git
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:
parent
ae8bd6059e
commit
3676017be2
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue