summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorDana Conrad <dconrad@fastmail.com>2024-04-29 20:33:26 -0500
committerAidan MacDonald <amachronic@protonmail.com>2024-05-12 09:42:02 -0400
commit5f377c2613b54acc752902fa7531b9d25b03863e (patch)
tree052a94254c9057f1b11a64a665f0c33b9e7476a7 /apps/settings.h
parentd0758c5330aac0cdee7b94b7b29e196b53b2e362 (diff)
downloadrockbox-5f377c2613b54acc752902fa7531b9d25b03863e.tar.gz
rockbox-5f377c2613b54acc752902fa7531b9d25b03863e.zip
Eros Q Native: Add Stereo SW behavior setting
Hopefully this should cover our bases so we can change the behavior of the stereo switch to keep line out working when they change the hardware on us! Change-Id: Ic36bcb3778d5681a5f3f158c689df9c1420c1d7e
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 **/