1
0
Fork 0
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:
Dave Chapman 2006-03-09 08:49:52 +00:00
parent fcde4fc886
commit 48e8e1d820

View file

@ -348,8 +348,8 @@ static void dma_start(const void *addr, size_t size)
outl(I2S_MASK, 0x60004024);
#else
/* setup I2S interrupt for FIQ */
outl(inl(0xcf00103c) | DMA_OUT_MASK, 0xcf00103c);
outl(DMA_OUT_MASK, 0xcf001034);
outl(inl(0xcf00102c) | DMA_OUT_MASK, 0xcf00102c);
outl(DMA_OUT_MASK, 0xcf001024);
#endif
/* Clear the FIQ disable bit in cpsr_c */