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.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index dc33c27c95..d60fa510d8 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -2295,6 +2295,11 @@ const struct settings_list settings[] = {
2295 OFFON_SETTING(0, clear_settings_on_hold, LANG_CLEAR_SETTINGS_ON_HOLD, 2295 OFFON_SETTING(0, clear_settings_on_hold, LANG_CLEAR_SETTINGS_ON_HOLD,
2296 true, "clear settings on hold", NULL), 2296 true, "clear settings on hold", NULL),
2297#endif 2297#endif
2298#if defined(HAVE_EROS_QN_CODEC)
2299 CHOICE_SETTING(0, stereosw_mode, LANG_STEREOSW_MODE, 0, "stereo switch mode",
2300 "normal,reverse,always0,always1", sound_settings_apply, 4,
2301 ID2P(LANG_NORMAL), ID2P(LANG_REVERSE), ID2P(LANG_ALWAYS_ZERO), ID2P(LANG_ALWAYS_ONE)),
2302#endif
2298}; 2303};
2299 2304
2300const int nb_settings = sizeof(settings)/sizeof(*settings); 2305const int nb_settings = sizeof(settings)/sizeof(*settings);