1
0
Fork 0
forked from len0rd/rockbox

Now uses shadow_7f1 correctly, so the pitch works again

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4883 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2004-07-15 05:08:55 +00:00
parent 2459d23d0b
commit 246391de2c

View file

@ -42,7 +42,7 @@ enum
MPEG_ENCODER
} mpeg_mode;
unsigned long shadow_7f1;
extern unsigned long shadow_7f1;
#endif /* #ifdef HAVE_MAS3587F */
@ -554,8 +554,8 @@ static void init_playback(void)
mas_writemem(MAS_BANK_D0,0x7f2,&val,1);
/* Set Demand mode and validate all settings */
val = 0x25;
mas_writemem(MAS_BANK_D0,0x7f1,&val,1);
shadow_7f1 = 0x25;
mas_writemem(MAS_BANK_D0,0x7f1,&shadow_7f1,1);
/* Start the Layer2/3 decoder applications */
val = 0x0c;