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:
parent
8e6174c410
commit
7025d835c8
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue