summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/settings_list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index 881a998978..62daeb8c4d 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -1129,9 +1129,9 @@ const struct settings_list settings[] = {
1129 CHOICE_SETTING(0, unplug_mode, LANG_HEADPHONE_UNPLUG, 0, 1129 CHOICE_SETTING(0, unplug_mode, LANG_HEADPHONE_UNPLUG, 0,
1130 "pause on headphone unplug", "off,pause,pause and resume", NULL, 3, 1130 "pause on headphone unplug", "off,pause,pause and resume", NULL, 3,
1131 ID2P(LANG_OFF), ID2P(LANG_PAUSE), ID2P(LANG_HEADPHONE_UNPLUG_RESUME)), 1131 ID2P(LANG_OFF), ID2P(LANG_PAUSE), ID2P(LANG_HEADPHONE_UNPLUG_RESUME)),
1132 INT_SETTING(0, unplug_rw, LANG_HEADPHONE_UNPLUG_RW, 0, "rewind duration on pause", 1132 INT_SETTING(0, unplug_rw, LANG_HEADPHONE_UNPLUG_RW, 0, "rewind duration on pause",
1133 UNIT_SEC, 0, 15, 1, NULL, NULL,NULL) , 1133 UNIT_SEC, 0, 15, 1, NULL, NULL,NULL) ,
1134 OFFON_SETTING(0,unplug_autoresume,LANG_HEADPHONE_UNPLUG_RESUME,false, 1134 OFFON_SETTING(0,unplug_autoresume,LANG_HEADPHONE_UNPLUG_DISABLE_AUTORESUME,false,
1135 "disable autoresume if phones not present",NULL), 1135 "disable autoresume if phones not present",NULL),
1136#endif 1136#endif
1137#if CONFIG_TUNER 1137#if CONFIG_TUNER