mpeg_phys2val() scaled the volume incorrectly

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2496 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-10-04 07:42:13 +00:00
parent badee43656
commit 35913c717c

View file

@ -1779,7 +1779,7 @@ int mpeg_phys2val(int setting, int value)
switch(setting)
{
case SOUND_VOLUME:
result = value / 2;
result = value;
break;
case SOUND_BALANCE: