summaryrefslogtreecommitdiff
path: root/firmware/mp3_playback.c
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2004-01-05 23:42:56 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2004-01-05 23:42:56 +0000
commitdaaec5df2f1b15baaac34fad4254c984ed7edda3 (patch)
treed90c6071afd4a7240e68d0e52efa51c2f5d58f42 /firmware/mp3_playback.c
parent97c76f9f68b6c5242262377d41b34edc0df7c9ac (diff)
downloadrockbox-daaec5df2f1b15baaac34fad4254c984ed7edda3.tar.gz
rockbox-daaec5df2f1b15baaac34fad4254c984ed7edda3.zip
still trying to fix the sim (blindfolded)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4195 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/mp3_playback.c')
-rw-r--r--firmware/mp3_playback.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/mp3_playback.c b/firmware/mp3_playback.c
index 9ded720248..0d9a7a69fd 100644
--- a/firmware/mp3_playback.c
+++ b/firmware/mp3_playback.c
@@ -898,6 +898,8 @@ void mp3_init(int volume, int bass, int treble, int balance, int loudness,
898 898
899/* new functions, to be exported to plugin API */ 899/* new functions, to be exported to plugin API */
900 900
901#ifndef SIMULATOR
902
901void mp3_play_init(void) 903void mp3_play_init(void)
902{ 904{
903#ifdef HAVE_MAS3587F 905#ifdef HAVE_MAS3587F
@@ -937,3 +939,5 @@ void mp3_play_stop(void)
937 mp3_play_pause(false); 939 mp3_play_pause(false);
938 CHCR3 &= ~0x0001; /* Disable the DMA interrupt */ 940 CHCR3 &= ~0x0001; /* Disable the DMA interrupt */
939} 941}
942
943#endif /* #ifndef SIMULATOR */ \ No newline at end of file