summaryrefslogtreecommitdiff
path: root/apps/mpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mpeg.c')
-rw-r--r--apps/mpeg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/mpeg.c b/apps/mpeg.c
index 08e8e4cf51..bfe3d6d54f 100644
--- a/apps/mpeg.c
+++ b/apps/mpeg.c
@@ -2989,7 +2989,6 @@ void audio_init(void)
2989{ 2989{
2990 mpeg_errno = 0; 2990 mpeg_errno = 0;
2991 2991
2992 talk_init();
2993 audio_reset_buffer(); 2992 audio_reset_buffer();
2994 2993
2995#ifndef SIMULATOR 2994#ifndef SIMULATOR
@@ -3009,6 +3008,8 @@ void audio_init(void)
3009 or_b(0x08, &PADRH); 3008 or_b(0x08, &PADRH);
3010#endif /* CONFIG_CODEC == MAS3587F */ 3009#endif /* CONFIG_CODEC == MAS3587F */
3011 3010
3011 talk_init();
3012
3012#ifdef DEBUG 3013#ifdef DEBUG
3013#ifndef SIMULATOR 3014#ifndef SIMULATOR
3014 dbg_timer_start(); 3015 dbg_timer_start();