summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tms320dm320/dsp/main.c
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2009-03-24 16:40:31 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2009-03-24 16:40:31 +0000
commit2670e3f0387882dbc70346d0449939a9c5726d0c (patch)
tree1638ccada3010fecab5731bb034f003a13c0696d /firmware/target/arm/tms320dm320/dsp/main.c
parenta5501d68ccbb2f9690cb8d6a83b17b4bb204aa6c (diff)
downloadrockbox-2670e3f0387882dbc70346d0449939a9c5726d0c.tar.gz
rockbox-2670e3f0387882dbc70346d0449939a9c5726d0c.zip
More M:Robe 500 work: PCM stopping and pausing roughly works, added some keymaps for the WPS screen, and peakmeter now works properly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20511 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/tms320dm320/dsp/main.c')
-rw-r--r--firmware/target/arm/tms320dm320/dsp/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/target/arm/tms320dm320/dsp/main.c b/firmware/target/arm/tms320dm320/dsp/main.c
index 41a7b9050c..8c36e6a88b 100644
--- a/firmware/target/arm/tms320dm320/dsp/main.c
+++ b/firmware/target/arm/tms320dm320/dsp/main.c
@@ -27,9 +27,6 @@
27#include <math.h> 27#include <math.h>
28 28
29void main(void) { 29void main(void) {
30// register int i;
31// register signed short *p;
32
33 TCR = 1 << 4; /* Stop the timer. */ 30 TCR = 1 << 4; /* Stop the timer. */
34 IMR = 0xffff; /* Unmask all interrupts. */ 31 IMR = 0xffff; /* Unmask all interrupts. */
35 IFR = IFR; /* Clear all pending interrupts. */ 32 IFR = IFR; /* Clear all pending interrupts. */
@@ -39,8 +36,6 @@ void main(void) {
39 36
40 dma_init(); 37 dma_init();
41 38
42 audiohw_postinit();
43
44 debugf("DSP inited..."); 39 debugf("DSP inited...");
45 40
46 for (;;) { 41 for (;;) {