summaryrefslogtreecommitdiff
path: root/firmware/target/arm/tms320dm320/dsp/main.c
diff options
context:
space:
mode:
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 (;;) {