Coldfire: Add DMA auto alignment to pcm recording.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11563 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
85deab1b18
commit
ef40b0ae43
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ void pcm_rec_dma_start(const void *addr, size_t size)
|
|||
INTERRUPTCLEAR = 0x03c00000;
|
||||
#endif
|
||||
|
||||
DCR1 = DMA_INT | DMA_EEXT | DMA_CS | DMA_DINC |
|
||||
DCR1 = DMA_INT | DMA_EEXT | DMA_CS | DMA_AA | DMA_DINC |
|
||||
DMA_DSIZE(3) | DMA_START;
|
||||
} /* pcm_dma_start */
|
||||
|
||||
|
|
Loading…
Reference in a new issue