summaryrefslogtreecommitdiff
path: root/firmware/export/config/ibassodx90.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-05-13 21:39:20 -0400
committerSolomon Peachy <pizza@shaftnet.org>2021-05-13 21:40:22 -0400
commitff28d238b8a9dd5a5e457387378428ca8e3c8ffd (patch)
tree0746a0d7ab153e5e1ba41278775c967bfc818192 /firmware/export/config/ibassodx90.h
parent237919f1c337b2ac0b5b30d65964dd4bbb126457 (diff)
downloadrockbox-ff28d238b8a9dd5a5e457387378428ca8e3c8ffd.tar.gz
rockbox-ff28d238b8a9dd5a5e457387378428ca8e3c8ffd.zip
ibasso: DX50/DX90 support 192KHz audio
Also bump max battery capacity to 7300mAh, to accomodate oversized aftermarket units that require case mods. Change-Id: I743e550b0c0843ab17529e70b5d592ea0e9a79d8
Diffstat (limited to 'firmware/export/config/ibassodx90.h')
-rw-r--r--firmware/export/config/ibassodx90.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/firmware/export/config/ibassodx90.h b/firmware/export/config/ibassodx90.h
index cd7ddf78cd..570a8d2a35 100644
--- a/firmware/export/config/ibassodx90.h
+++ b/firmware/export/config/ibassodx90.h
@@ -96,11 +96,9 @@
96/* Which backlight fading type? */ 96/* Which backlight fading type? */
97#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING 97#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_SETTING
98 98
99
100
101#define HAVE_SW_TONE_CONTROLS 99#define HAVE_SW_TONE_CONTROLS
102#define HAVE_SW_VOLUME_CONTROL 100#define HAVE_SW_VOLUME_CONTROL
103#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96 101#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192
104 102
105//#define HAVE_MULTIMEDIA_KEYS 103//#define HAVE_MULTIMEDIA_KEYS
106#define CONFIG_KEYPAD DX50_PAD 104#define CONFIG_KEYPAD DX50_PAD
@@ -110,7 +108,7 @@
110 108
111#define BATTERY_CAPACITY_DEFAULT 2100 /* default battery capacity */ 109#define BATTERY_CAPACITY_DEFAULT 2100 /* default battery capacity */
112#define BATTERY_CAPACITY_MIN 1700 /* min. capacity selectable */ 110#define BATTERY_CAPACITY_MIN 1700 /* min. capacity selectable */
113#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */ 111#define BATTERY_CAPACITY_MAX 7300 /* max. capacity selectable */
114#define BATTERY_CAPACITY_INC 50 /* capacity increment */ 112#define BATTERY_CAPACITY_INC 50 /* capacity increment */
115#define BATTERY_TYPES_COUNT 1 /* only one type */ 113#define BATTERY_TYPES_COUNT 1 /* only one type */
116 114