forked from len0rd/rockbox
Now honors the settings in config.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@923 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7fbdc3692d
commit
d0ecc86032
1 changed files with 3 additions and 4 deletions
|
|
@ -605,8 +605,7 @@ void mpeg_init(void)
|
|||
DEBUGF("dac_config() failed\n");
|
||||
}
|
||||
|
||||
mpeg_volume(70);
|
||||
mpeg_bass(50);
|
||||
mpeg_treble(50);
|
||||
|
||||
mpeg_volume(DEFAULT_VOLUME_SETTING);
|
||||
mpeg_bass(DEFAULT_BASS_SETTING);
|
||||
mpeg_treble(DEFAULT_TREBLE_SETTING);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue