summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index e3b11430cd..1df1e0b418 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -899,6 +899,9 @@ struct user_settings
899 (CONFIG_KEYPAD == IRIVER_H10_PAD) 899 (CONFIG_KEYPAD == IRIVER_H10_PAD)
900 bool clear_settings_on_hold; 900 bool clear_settings_on_hold;
901#endif 901#endif
902#if defined(HAVE_EROS_QN_CODEC)
903 int stereosw_mode; /* indicates normal, reverse, always 0, always 1 operation */
904#endif
902}; 905};
903 906
904/** global variables **/ 907/** global variables **/