forked from len0rd/rockbox
Hehe. Broke it already in last-second sanitation. Put some bits back.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19620 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2e99b3d931
commit
e25505daa4
1 changed files with 3 additions and 0 deletions
|
@ -111,6 +111,9 @@ void pcm_play_dma_init(void)
|
|||
SSI_SCR2 &= ~SSI_SCR_SSIEN;
|
||||
SSI_SCR1 &= ~SSI_SCR_SSIEN;
|
||||
|
||||
SSI_SIER1 = SSI_SIER_TFE0; /* TX0 can issue an interrupt */
|
||||
SSI_SIER2 = SSI_SIER_RFF0; /* RX0 can issue an interrupt */
|
||||
|
||||
/* Set up audio mux */
|
||||
|
||||
/* Port 1 (internally connected to SSI1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue