summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/agptekrocker.h9
-rw-r--r--firmware/export/config/xduoox20.h8
-rw-r--r--firmware/export/config/xduoox3ii.h5
3 files changed, 5 insertions, 17 deletions
diff --git a/firmware/export/config/agptekrocker.h b/firmware/export/config/agptekrocker.h
index 31ef904109..f14e65f7e9 100644
--- a/firmware/export/config/agptekrocker.h
+++ b/firmware/export/config/agptekrocker.h
@@ -75,10 +75,6 @@
75/* The number of bytes reserved for loadable plugins */ 75/* The number of bytes reserved for loadable plugins */
76#define PLUGIN_BUFFER_SIZE 0x100000 76#define PLUGIN_BUFFER_SIZE 0x100000
77 77
78
79
80#define HAVE_ROCKER_CODEC
81
82#define HAVE_HEADPHONE_DETECTION 78#define HAVE_HEADPHONE_DETECTION
83 79
84/* KeyPad configuration for plugins */ 80/* KeyPad configuration for plugins */
@@ -108,10 +104,7 @@
108#define CPU_FREQ 1008000000 104#define CPU_FREQ 1008000000
109 105
110/* No special storage */ 106/* No special storage */
111#define CONFIG_STORAGE (STORAGE_HOSTFS)//|STORAGE_SD) 107#define CONFIG_STORAGE STORAGE_HOSTFS
112//#define MULTIDRIVE_DIR "/mnt/sd_0"
113//#define NUM_DRIVES 1
114//#define HAVE_HOTSWAP
115#define HAVE_STORAGE_FLUSH 108#define HAVE_STORAGE_FLUSH
116 109
117/* Battery */ 110/* Battery */
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 */
diff --git a/firmware/export/config/xduoox3ii.h b/firmware/export/config/xduoox3ii.h
index 13072ea3dc..678577f5f4 100644
--- a/firmware/export/config/xduoox3ii.h
+++ b/firmware/export/config/xduoox3ii.h
@@ -60,9 +60,6 @@
60/* define this if you have a real-time clock */ 60/* define this if you have a real-time clock */
61#define CONFIG_RTC APPLICATION 61#define CONFIG_RTC APPLICATION
62 62
63/* Define if the device can wake from an RTC alarm */
64//#define HAVE_RTC_ALARM
65
66/* The number of bytes reserved for loadable codecs */ 63/* The number of bytes reserved for loadable codecs */
67#define CODEC_SIZE 0x80000 64#define CODEC_SIZE 0x80000
68 65
@@ -119,6 +116,8 @@
119/* HW codec is flexible */ 116/* HW codec is flexible */
120#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192 117#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192
121 118
119#define AUDIOHW_HAVE_SET_OUTPUT
120
122/* Battery */ 121/* Battery */
123#define BATTERY_CAPACITY_DEFAULT 2000 /* default battery capacity */ 122#define BATTERY_CAPACITY_DEFAULT 2000 /* default battery capacity */
124#define BATTERY_CAPACITY_MIN 2000 /* min. capacity selectable */ 123#define BATTERY_CAPACITY_MIN 2000 /* min. capacity selectable */