summaryrefslogtreecommitdiff
path: root/firmware/mpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/mpeg.c')
-rw-r--r--firmware/mpeg.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index 64b1165c23..115d590f65 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -557,12 +557,9 @@ static void drain_dma_buffer(void)
557 ); 557 );
558} 558}
559 559
560#endif /* #if CONFIG_HWCODEC == MAS3587F */
561
562void rec_tick (void) __attribute__ ((section (".icode"))); 560void rec_tick (void) __attribute__ ((section (".icode")));
563void rec_tick(void) 561void rec_tick(void)
564{ 562{
565#if CONFIG_HWCODEC == MAS3587F
566 int i; 563 int i;
567 int num_bytes; 564 int num_bytes;
568 if(is_recording && (PBDR & 0x4000)) 565 if(is_recording && (PBDR & 0x4000))
@@ -667,8 +664,8 @@ void rec_tick(void)
667 } 664 }
668 } 665 }
669 } 666 }
670#endif /* #if CONFIG_HWCODEC == MAS3587F */
671} 667}
668#endif /* #if CONFIG_HWCODEC == MAS3587F */
672 669
673void playback_tick(void) 670void playback_tick(void)
674{ 671{