summaryrefslogtreecommitdiff
path: root/firmware/export/config/xduoox20.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config/xduoox20.h')
-rw-r--r--firmware/export/config/xduoox20.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/firmware/export/config/xduoox20.h b/firmware/export/config/xduoox20.h
index a61f2c3aa7..5da5ee00f3 100644
--- a/firmware/export/config/xduoox20.h
+++ b/firmware/export/config/xduoox20.h
@@ -63,18 +63,12 @@
63/* define this if you have a real-time clock */ 63/* define this if you have a real-time clock */
64#define CONFIG_RTC APPLICATION 64#define CONFIG_RTC APPLICATION
65 65
66/* Define if the device can wake from an RTC alarm */
67//#define HAVE_RTC_ALARM
68
69/* The number of bytes reserved for loadable codecs */ 66/* The number of bytes reserved for loadable codecs */
70#define CODEC_SIZE 0x80000 67#define CODEC_SIZE 0x80000
71 68
72/* The number of bytes reserved for loadable plugins */ 69/* The number of bytes reserved for loadable plugins */
73#define PLUGIN_BUFFER_SIZE 0x100000 70#define PLUGIN_BUFFER_SIZE 0x100000
74 71
75
76
77
78#define HAVE_HEADPHONE_DETECTION 72#define HAVE_HEADPHONE_DETECTION
79 73
80/* KeyPad configuration for plugins */ 74/* KeyPad configuration for plugins */
@@ -125,6 +119,8 @@
125/* HW codec is flexible */ 119/* HW codec is flexible */
126#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192 120#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192
127 121
122#define AUDIOHW_HAVE_SET_OUTPUT
123
128/* Battery */ 124/* Battery */
129#define BATTERY_CAPACITY_DEFAULT 2400 /* default battery capacity */ 125#define BATTERY_CAPACITY_DEFAULT 2400 /* default battery capacity */
130#define BATTERY_CAPACITY_MIN 2400 /* min. capacity selectable */ 126#define BATTERY_CAPACITY_MIN 2400 /* min. capacity selectable */