1
0
Fork 0
forked from len0rd/rockbox

Now the Player balance setting works again

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5071 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2004-09-13 08:12:15 +00:00
parent 8e6174c410
commit 7025d835c8

View file

@ -674,6 +674,8 @@ void mpeg_sound_set(int setting, int value)
#ifdef HAVE_MAS3587F
tmp = ((value * 127 / 100) & 0xff) << 8;
mas_codec_writereg(0x11, tmp & 0xff00);
#else
current_balance = value;
#endif
break;