FS#4770 - Oops

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12171 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Steve Bavin 2007-02-01 11:08:35 +00:00
parent 253be082fc
commit c47172a480

View file

@ -615,6 +615,12 @@ void sound_settings_apply(void)
sound_set(SOUND_MDB_ENABLE, global_settings.mdb_enable); sound_set(SOUND_MDB_ENABLE, global_settings.mdb_enable);
sound_set(SOUND_SUPERBASS, global_settings.superbass); sound_set(SOUND_SUPERBASS, global_settings.superbass);
#endif #endif
#ifdef HAVE_USB_POWER
#ifdef CONFIG_CHARGING
usb_charging_enable(global_settings.usb_charging);
#endif
#endif
} }
void settings_apply(void) void settings_apply(void)