From 5f377c2613b54acc752902fa7531b9d25b03863e Mon Sep 17 00:00:00 2001 From: Dana Conrad Date: Mon, 29 Apr 2024 20:33:26 -0500 Subject: 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 --- apps/settings.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/settings.h') 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 (CONFIG_KEYPAD == IRIVER_H10_PAD) bool clear_settings_on_hold; #endif +#if defined(HAVE_EROS_QN_CODEC) + int stereosw_mode; /* indicates normal, reverse, always 0, always 1 operation */ +#endif }; /** global variables **/ -- cgit v1.2.3