|
|
|
@ -169,9 +169,9 @@ static void atc_desc_put(struct at_dma_chan *atchan, struct at_desc *desc) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* atc_desc_chain - build chain adding a descripor |
|
|
|
|
* @first: address of first descripor of the chain |
|
|
|
|
* @prev: address of previous descripor of the chain |
|
|
|
|
* atc_desc_chain - build chain adding a descriptor |
|
|
|
|
* @first: address of first descriptor of the chain |
|
|
|
|
* @prev: address of previous descriptor of the chain |
|
|
|
|
* @desc: descriptor to queue |
|
|
|
|
* |
|
|
|
|
* Called from prep_* functions |
|
|
|
@ -786,7 +786,7 @@ err_out: |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* atc_dma_cyclic_fill_desc - Fill one period decriptor |
|
|
|
|
* atc_dma_cyclic_fill_desc - Fill one period descriptor |
|
|
|
|
*/ |
|
|
|
|
static int |
|
|
|
|
atc_dma_cyclic_fill_desc(struct dma_chan *chan, struct at_desc *desc, |
|
|
|
|