summaryrefslogtreecommitdiff
path: root/firmware/mp3_playback.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/mp3_playback.c')
-rw-r--r--firmware/mp3_playback.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/mp3_playback.c b/firmware/mp3_playback.c
index a7284aeff0..cc02505979 100644
--- a/firmware/mp3_playback.c
+++ b/firmware/mp3_playback.c
@@ -938,7 +938,9 @@ void mp3_init(int volume, int bass, int treble, int balance, int loudness,
938 or_b(0x01, &PBIORH); /* output for PB8 */ 938 or_b(0x01, &PBIORH); /* output for PB8 */
939#endif 939#endif
940 940
941#if CONFIG_HWCODEC == MAS3587F 941#if CONFIG_HWCODEC == MAS3507D
942 mas_reset();
943#elif CONFIG_HWCODEC == MAS3587F
942 or_b(0x08, &PAIORH); /* output for /PR */ 944 or_b(0x08, &PAIORH); /* output for /PR */
943 init_playback(); 945 init_playback();
944 946