1
0
Fork 0
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:
Linus Nielsen Feltzing 2002-06-07 15:23:19 +00:00
parent 7fbdc3692d
commit d0ecc86032

View file

@ -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);
}