mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
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
This commit is contained in:
parent
d0758c5330
commit
5f377c2613
6 changed files with 94 additions and 1 deletions
|
|
@ -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 **/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue