summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/settings.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 650a957d6e..dcb59d08b6 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -33,6 +33,7 @@
33#include "lcd.h" 33#include "lcd.h"
34#include "audio.h" 34#include "audio.h"
35#include "mp3_playback.h" 35#include "mp3_playback.h"
36#include "mpeg.h"
36#include "talk.h" 37#include "talk.h"
37#include "string.h" 38#include "string.h"
38#include "ata.h" 39#include "ata.h"
@@ -817,6 +818,7 @@ void settings_apply(void)
817#if CONFIG_CODEC == MAS3507D 818#if CONFIG_CODEC == MAS3507D
818 dac_line_in(global_settings.line_in); 819 dac_line_in(global_settings.line_in);
819#endif 820#endif
821 mpeg_id3_options(global_settings.id3_v1_first);
820#ifdef HAVE_ATA_POWER_OFF 822#ifdef HAVE_ATA_POWER_OFF
821 ata_poweroff(global_settings.disk_poweroff); 823 ata_poweroff(global_settings.disk_poweroff);
822#endif 824#endif