forked from len0rd/rockbox
Changed dac_volume call
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1228 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a8f141978d
commit
9766a1bb79
1 changed files with 1 additions and 1 deletions
|
@ -641,7 +641,7 @@ void mpeg_volume(int percent)
|
||||||
mas_codec_writereg(0x10, volume & 0xff00);
|
mas_codec_writereg(0x10, volume & 0xff00);
|
||||||
#else
|
#else
|
||||||
volume = 0x38 * percent / 100;
|
volume = 0x38 * percent / 100;
|
||||||
dac_volume(volume);
|
dac_volume(volume, volume, false);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue