diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2008-12-31 01:54:26 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2008-12-31 01:54:26 +0000 |
commit | e25505daa48d02f7696f5bd225a60d7bc137b4f7 (patch) | |
tree | 099413129a4dfff9d7e9e1904da37474ad028b7e /firmware | |
parent | 2e99b3d9318dbc98c242c9ddbbf23d2fcc5bf2bd (diff) |
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
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/target/arm/imx31/gigabeat-s/pcm-imx31.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/target/arm/imx31/gigabeat-s/pcm-imx31.c b/firmware/target/arm/imx31/gigabeat-s/pcm-imx31.c index 76369a0c6a..f53d98aee9 100644 --- a/firmware/target/arm/imx31/gigabeat-s/pcm-imx31.c +++ b/firmware/target/arm/imx31/gigabeat-s/pcm-imx31.c @@ -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) |