summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 43a010aeb2..99cede382b 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -746,6 +746,9 @@ void sound_settings_apply(void)
746#ifdef AUDIOHW_HAVE_FILTER_ROLL_OFF 746#ifdef AUDIOHW_HAVE_FILTER_ROLL_OFF
747 sound_set(SOUND_FILTER_ROLL_OFF, global_settings.roll_off); 747 sound_set(SOUND_FILTER_ROLL_OFF, global_settings.roll_off);
748#endif 748#endif
749#ifdef AUDIOHW_HAVE_POWER_MODE
750 sound_set(SOUND_POWER_MODE, global_settings.power_mode);
751#endif
749#ifdef AUDIOHW_HAVE_EQ 752#ifdef AUDIOHW_HAVE_EQ
750 int b; 753 int b;
751 754