Mono right had the wrong level

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2244 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-09-09 15:23:12 +00:00
parent b10989830c
commit a5e69062ba

View file

@ -1713,7 +1713,7 @@ void mpeg_sound_channel_config(int configuration)
#endif
break;
case MPEG_SOUND_MONO_RIGHT:
val_on = 0xc0000;
val_on = 0x80000;
#ifdef HAVE_MAS3587F
mas_writemem(MAS_BANK_D0, 0x7fc, &val_off, 1); /* LL */
mas_writemem(MAS_BANK_D0, 0x7fd, &val_off, 1); /* LR */