summaryrefslogtreecommitdiff
path: root/apps/settings_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings_list.c')
-rw-r--r--apps/settings_list.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index ee70e8c40b..be693d1801 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -480,7 +480,7 @@ const struct settings_list settings[] = {
480 LANG_CAR_ADAPTER_MODE, false, "car adapter mode", NULL), 480 LANG_CAR_ADAPTER_MODE, false, "car adapter mode", NULL),
481#endif 481#endif
482 /* tuner */ 482 /* tuner */
483#ifdef CONFIG_TUNER 483#if CONFIG_TUNER
484 OFFON_SETTING(0,fm_force_mono, LANG_FM_MONO_MODE, 484 OFFON_SETTING(0,fm_force_mono, LANG_FM_MONO_MODE,
485 false,"force fm mono", NULL), 485 false,"force fm mono", NULL),
486 SYSTEM_SETTING(NVRAM(4),last_frequency,0), 486 SYSTEM_SETTING(NVRAM(4),last_frequency,0),
@@ -1022,7 +1022,7 @@ const struct settings_list settings[] = {
1022 OFFON_SETTING(0,unplug_autoresume,LANG_UNPLUG_DISABLE_AUTORESUME,false, 1022 OFFON_SETTING(0,unplug_autoresume,LANG_UNPLUG_DISABLE_AUTORESUME,false,
1023 "disable autoresume if phones not present",NULL), 1023 "disable autoresume if phones not present",NULL),
1024#endif 1024#endif
1025#ifdef CONFIG_TUNER 1025#if CONFIG_TUNER
1026 {F_T_INT,&global_settings.fm_region,LANG_FM_REGION,INT(0), 1026 {F_T_INT,&global_settings.fm_region,LANG_FM_REGION,INT(0),
1027 "fm_region","eu,us,jp,kr",UNUSED}, 1027 "fm_region","eu,us,jp,kr",UNUSED},
1028#endif 1028#endif
@@ -1036,7 +1036,7 @@ const struct settings_list settings[] = {
1036#endif 1036#endif
1037 1037
1038 /** settings not in the old config blocks **/ 1038 /** settings not in the old config blocks **/
1039#ifdef CONFIG_TUNER 1039#if CONFIG_TUNER
1040 FILENAME_SETTING(0, fmr_file, "fmr", 1040 FILENAME_SETTING(0, fmr_file, "fmr",
1041 "", FMPRESET_PATH "/", ".fmr", MAX_FILENAME+1), 1041 "", FMPRESET_PATH "/", ".fmr", MAX_FILENAME+1),
1042#endif 1042#endif