forked from len0rd/rockbox
iPod 3G: Enable I2S interrupts for the main processor, not the COP
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8971 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fcde4fc886
commit
48e8e1d820
1 changed files with 2 additions and 2 deletions
|
@ -348,8 +348,8 @@ static void dma_start(const void *addr, size_t size)
|
||||||
outl(I2S_MASK, 0x60004024);
|
outl(I2S_MASK, 0x60004024);
|
||||||
#else
|
#else
|
||||||
/* setup I2S interrupt for FIQ */
|
/* setup I2S interrupt for FIQ */
|
||||||
outl(inl(0xcf00103c) | DMA_OUT_MASK, 0xcf00103c);
|
outl(inl(0xcf00102c) | DMA_OUT_MASK, 0xcf00102c);
|
||||||
outl(DMA_OUT_MASK, 0xcf001034);
|
outl(DMA_OUT_MASK, 0xcf001024);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Clear the FIQ disable bit in cpsr_c */
|
/* Clear the FIQ disable bit in cpsr_c */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue