summaryrefslogtreecommitdiff
path: root/firmware/export/config/xduoox3ii.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-01 12:53:42 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-01 12:55:52 -0400
commit6d47dc9a8860a17a9e630b8662f33df63011bad9 (patch)
tree53f3a7ad38fa0f739b366b4f98dd40eb90921f4d /firmware/export/config/xduoox3ii.h
parente43726df2cd1cb8275234d60b818d417cfe730b5 (diff)
downloadrockbox-6d47dc9a8860a17a9e630b8662f33df63011bad9.tar.gz
rockbox-6d47dc9a8860a17a9e630b8662f33df63011bad9.zip
fix some of the red introduced in e43726d
Change-Id: Id1abb0dd11f8a8e79a80fc54e58a5a22706a03ad
Diffstat (limited to 'firmware/export/config/xduoox3ii.h')
-rw-r--r--firmware/export/config/xduoox3ii.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/export/config/xduoox3ii.h b/firmware/export/config/xduoox3ii.h
index 678577f5f4..02e8a57909 100644
--- a/firmware/export/config/xduoox3ii.h
+++ b/firmware/export/config/xduoox3ii.h
@@ -81,6 +81,7 @@
81/* We have usb power and can detect usb but it is handled by Linux */ 81/* We have usb power and can detect usb but it is handled by Linux */
82#define HAVE_USB_POWER 82#define HAVE_USB_POWER
83 83
84#define AUDIOHW_HAVE_SET_OUTPUT
84#endif 85#endif
85 86
86#define CONFIG_BATTERY_MEASURE VOLTAGE_MEASURE 87#define CONFIG_BATTERY_MEASURE VOLTAGE_MEASURE
@@ -116,8 +117,6 @@
116/* HW codec is flexible */ 117/* HW codec is flexible */
117#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192 118#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192
118 119
119#define AUDIOHW_HAVE_SET_OUTPUT
120
121/* Battery */ 120/* Battery */
122#define BATTERY_CAPACITY_DEFAULT 2000 /* default battery capacity */ 121#define BATTERY_CAPACITY_DEFAULT 2000 /* default battery capacity */
123#define BATTERY_CAPACITY_MIN 2000 /* min. capacity selectable */ 122#define BATTERY_CAPACITY_MIN 2000 /* min. capacity selectable */