diff options
| author | 2014-08-04 16:31:18 +0100 | |
|---|---|---|
| committer | 2014-08-04 16:31:18 +0100 | |
| commit | 3a2ac12f8eadaee97ad0337d81280547ab7a3311 (patch) | |
| tree | 92f9a25f8cdac19cfe174de41a3751cc36fa6a57 /include/linux | |
| parent | Merge remote-tracking branch 'asoc/topic/core' into asoc-next (diff) | |
| parent | dma: edma: Declare DMA_SLAVE_BUSWIDTH_3_BYTES as supported buswidth (diff) | |
Merge remote-tracking branch 'asoc/topic/dma' into asoc-next
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/dmaengine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/dmaengine.h b/include/linux/dmaengine.h index d2c5cc7c583c..3d1c2aa51530 100644 --- a/include/linux/dmaengine.h +++ b/include/linux/dmaengine.h @@ -299,6 +299,7 @@ enum dma_slave_buswidth { DMA_SLAVE_BUSWIDTH_UNDEFINED = 0, DMA_SLAVE_BUSWIDTH_1_BYTE = 1, DMA_SLAVE_BUSWIDTH_2_BYTES = 2, + DMA_SLAVE_BUSWIDTH_3_BYTES = 3, DMA_SLAVE_BUSWIDTH_4_BYTES = 4, DMA_SLAVE_BUSWIDTH_8_BYTES = 8, }; |
