diff options
Diffstat (limited to 'apps/settings.c')
-rw-r--r-- | apps/settings.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c index 0b82ad41ac..6467a0e4d6 100644 --- a/apps/settings.c +++ b/apps/settings.c | |||
@@ -648,6 +648,11 @@ void sound_settings_apply(void) | |||
648 | sound_set(SOUND_SUPERBASS, global_settings.superbass); | 648 | sound_set(SOUND_SUPERBASS, global_settings.superbass); |
649 | #endif | 649 | #endif |
650 | 650 | ||
651 | #ifdef HAVE_WM8758 | ||
652 | sound_set(SOUND_BASS_CUTOFF, global_settings.bass_cutoff); | ||
653 | sound_set(SOUND_TREBLE_CUTOFF, global_settings.treble_cutoff); | ||
654 | #endif | ||
655 | |||
651 | #ifdef HAVE_USB_POWER | 656 | #ifdef HAVE_USB_POWER |
652 | #if CONFIG_CHARGING | 657 | #if CONFIG_CHARGING |
653 | usb_charging_enable(global_settings.usb_charging); | 658 | usb_charging_enable(global_settings.usb_charging); |