forked from len0rd/rockbox
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:
parent
badee43656
commit
35913c717c
1 changed files with 1 additions and 1 deletions
|
@ -1779,7 +1779,7 @@ int mpeg_phys2val(int setting, int value)
|
||||||
switch(setting)
|
switch(setting)
|
||||||
{
|
{
|
||||||
case SOUND_VOLUME:
|
case SOUND_VOLUME:
|
||||||
result = value / 2;
|
result = value;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case SOUND_BALANCE:
|
case SOUND_BALANCE:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue