forked from len0rd/rockbox
Killed a simulator warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1748 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
aae1112bae
commit
3377e9f302
1 changed files with 1 additions and 1 deletions
|
@ -1480,7 +1480,7 @@ int mpeg_val2phys(int setting, int value)
|
|||
void mpeg_init(int volume, int bass, int treble, int balance, int loudness, int bass_boost, int avc)
|
||||
{
|
||||
#ifdef SIMULATOR
|
||||
volume = bass = treble = loudness = bass_boost = avc;
|
||||
volume = bass = treble = balance = loudness = bass_boost = avc;
|
||||
#else
|
||||
unsigned long val;
|
||||
#ifdef HAVE_MAS3587F
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue