summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/agptekrocker.h3
-rw-r--r--firmware/export/config/creativezen.h4
-rw-r--r--firmware/export/config/creativezenmozaic.h4
-rw-r--r--firmware/export/config/creativezenv.h4
-rw-r--r--firmware/export/config/creativezenxfi.h4
-rw-r--r--firmware/export/config/creativezenxfi2.h4
-rw-r--r--firmware/export/config/creativezenxfi3.h4
-rw-r--r--firmware/export/config/creativezenxfistyle.h4
-rw-r--r--firmware/export/config/ibassodx50.h3
-rw-r--r--firmware/export/config/ibassodx90.h3
-rw-r--r--firmware/export/config/samsungypz5.h4
-rw-r--r--firmware/export/config/sansac200v2.h2
-rw-r--r--firmware/export/config/sansaclip.h2
-rw-r--r--firmware/export/config/sansaclipplus.h2
-rw-r--r--firmware/export/config/sansaclipv2.h2
-rw-r--r--firmware/export/config/sansaclipzip.h2
-rw-r--r--firmware/export/config/sansae200v2.h2
-rw-r--r--firmware/export/config/sansafuze.h2
-rw-r--r--firmware/export/config/sansafuzeplus.h4
-rw-r--r--firmware/export/config/sansafuzev2.h2
-rw-r--r--firmware/export/config/sansam200v4.h2
-rw-r--r--firmware/export/config/sonynwze360.h2
-rw-r--r--firmware/export/config/sonynwze370.h2
-rw-r--r--firmware/export/config/xduoox20.h3
-rw-r--r--firmware/export/config/xduoox3.h6
-rw-r--r--firmware/export/config/xduoox3ii.h9
26 files changed, 35 insertions, 50 deletions
diff --git a/firmware/export/config/agptekrocker.h b/firmware/export/config/agptekrocker.h
index 46c9e43b7c..31ef904109 100644
--- a/firmware/export/config/agptekrocker.h
+++ b/firmware/export/config/agptekrocker.h
@@ -124,8 +124,7 @@
124#define HAVE_SW_TONE_CONTROLS 124#define HAVE_SW_TONE_CONTROLS
125 125
126/* HW codec is flexible */ 126/* HW codec is flexible */
127#define HW_SAMPR_CAPS SAMPR_CAP_ALL 127#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192
128#define HAVE_PLAY_FREQ
129 128
130/* Battery */ 129/* Battery */
131#define BATTERY_CAPACITY_DEFAULT 600 /* default battery capacity */ 130#define BATTERY_CAPACITY_DEFAULT 600 /* default battery capacity */
diff --git a/firmware/export/config/creativezen.h b/firmware/export/config/creativezen.h
index 2592325160..bd1dd6c2b1 100644
--- a/firmware/export/config/creativezen.h
+++ b/firmware/export/config/creativezen.h
@@ -11,12 +11,12 @@
11/* Define if boot data from bootloader has been enabled for the target */ 11/* Define if boot data from bootloader has been enabled for the target */
12#define HAVE_BOOTDATA 12#define HAVE_BOOTDATA
13 13
14#define HW_SAMPR_CAPS SAMPR_CAP_ALL 14#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48
15 15
16/* define this if you have recording possibility */ 16/* define this if you have recording possibility */
17#define HAVE_RECORDING 17#define HAVE_RECORDING
18 18
19#define REC_SAMPR_CAPS SAMPR_CAP_ALL 19#define REC_SAMPR_CAPS SAMPR_CAP_ALL_48
20 20
21/* Default recording levels */ 21/* Default recording levels */
22#define DEFAULT_REC_MIC_GAIN 23 22#define DEFAULT_REC_MIC_GAIN 23
diff --git a/firmware/export/config/creativezenmozaic.h b/firmware/export/config/creativezenmozaic.h
index 0ffe8ed45b..9272a7b412 100644
--- a/firmware/export/config/creativezenmozaic.h
+++ b/firmware/export/config/creativezenmozaic.h
@@ -9,12 +9,12 @@
9#define MODEL_NUMBER 87 9#define MODEL_NUMBER 87
10#define MODEL_NAME "Creative ZEN Mozaic" 10#define MODEL_NAME "Creative ZEN Mozaic"
11 11
12#define HW_SAMPR_CAPS SAMPR_CAP_ALL 12#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48
13 13
14/* define this if you have recording possibility */ 14/* define this if you have recording possibility */
15#define HAVE_RECORDING 15#define HAVE_RECORDING
16 16
17#define REC_SAMPR_CAPS SAMPR_CAP_ALL 17#define REC_SAMPR_CAPS SAMPR_CAP_ALL_48
18 18
19/* Default recording levels */ 19/* Default recording levels */
20#define DEFAULT_REC_MIC_GAIN 23 20#define DEFAULT_REC_MIC_GAIN 23
diff --git a/firmware/export/config/creativezenv.h b/firmware/export/config/creativezenv.h
index 288c2aecbd..5caf7c8c2b 100644
--- a/firmware/export/config/creativezenv.h
+++ b/firmware/export/config/creativezenv.h
@@ -9,12 +9,12 @@
9#define MODEL_NUMBER 92 9#define MODEL_NUMBER 92
10#define MODEL_NAME "Creative ZEN V" 10#define MODEL_NAME "Creative ZEN V"
11 11
12#define HW_SAMPR_CAPS SAMPR_CAP_ALL 12#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48
13 13
14/* define this if you have recording possibility */ 14/* define this if you have recording possibility */
15#define HAVE_RECORDING 15#define HAVE_RECORDING
16 16
17#define REC_SAMPR_CAPS SAMPR_CAP_ALL 17#define REC_SAMPR_CAPS SAMPR_CAP_ALL_48
18 18
19/* Default recording levels */ 19/* Default recording levels */
20#define DEFAULT_REC_MIC_GAIN 23 20#define DEFAULT_REC_MIC_GAIN 23
diff --git a/firmware/export/config/creativezenxfi.h b/firmware/export/config/creativezenxfi.h
index 977e11feff..604cf2c3cd 100644
--- a/firmware/export/config/creativezenxfi.h
+++ b/firmware/export/config/creativezenxfi.h
@@ -9,12 +9,12 @@
9#define MODEL_NUMBER 86 9#define MODEL_NUMBER 86
10#define MODEL_NAME "Creative Zen X-Fi" 10#define MODEL_NAME "Creative Zen X-Fi"
11 11
12#define HW_SAMPR_CAPS SAMPR_CAP_ALL 12#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48
13 13
14/* define this if you have recording possibility */ 14/* define this if you have recording possibility */
15#define HAVE_RECORDING 15#define HAVE_RECORDING
16 16
17#define REC_SAMPR_CAPS SAMPR_CAP_ALL 17#define REC_SAMPR_CAPS SAMPR_CAP_ALL_48
18 18
19/* Default recording levels */ 19/* Default recording levels */
20#define DEFAULT_REC_MIC_GAIN 23 20#define DEFAULT_REC_MIC_GAIN 23
diff --git a/firmware/export/config/creativezenxfi2.h b/firmware/export/config/creativezenxfi2.h
index 3a14017bf2..171f5fb2b0 100644
--- a/firmware/export/config/creativezenxfi2.h
+++ b/firmware/export/config/creativezenxfi2.h
@@ -11,12 +11,12 @@
11/* Define if boot data from bootloader has been enabled for the target */ 11/* Define if boot data from bootloader has been enabled for the target */
12#define HAVE_BOOTDATA 12#define HAVE_BOOTDATA
13 13
14#define HW_SAMPR_CAPS SAMPR_CAP_ALL 14#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48
15 15
16/* define this if you have recording possibility */ 16/* define this if you have recording possibility */
17#define HAVE_RECORDING 17#define HAVE_RECORDING
18 18
19#define REC_SAMPR_CAPS SAMPR_CAP_ALL 19#define REC_SAMPR_CAPS SAMPR_CAP_ALL_48
20 20
21/* Default recording levels */ 21/* Default recording levels */
22#define DEFAULT_REC_MIC_GAIN 23 22#define DEFAULT_REC_MIC_GAIN 23
diff --git a/firmware/export/config/creativezenxfi3.h b/firmware/export/config/creativezenxfi3.h
index 5139de0588..5f0914b9e4 100644
--- a/firmware/export/config/creativezenxfi3.h
+++ b/firmware/export/config/creativezenxfi3.h
@@ -11,12 +11,12 @@
11/* Define if boot data from bootloader has been enabled for the target */ 11/* Define if boot data from bootloader has been enabled for the target */
12#define HAVE_BOOTDATA 12#define HAVE_BOOTDATA
13 13
14#define HW_SAMPR_CAPS SAMPR_CAP_ALL 14#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48
15 15
16/* define this if you have recording possibility */ 16/* define this if you have recording possibility */
17#define HAVE_RECORDING 17#define HAVE_RECORDING
18 18
19#define REC_SAMPR_CAPS SAMPR_CAP_ALL 19#define REC_SAMPR_CAPS SAMPR_CAP_ALL_48
20 20
21/* Default recording levels */ 21/* Default recording levels */
22#define DEFAULT_REC_MIC_GAIN 23 22#define DEFAULT_REC_MIC_GAIN 23
diff --git a/firmware/export/config/creativezenxfistyle.h b/firmware/export/config/creativezenxfistyle.h
index 41f5ce97b8..33f459dba9 100644
--- a/firmware/export/config/creativezenxfistyle.h
+++ b/firmware/export/config/creativezenxfistyle.h
@@ -9,12 +9,12 @@
9#define MODEL_NUMBER 94 9#define MODEL_NUMBER 94
10#define MODEL_NAME "Creative Zen X-Fi Style" 10#define MODEL_NAME "Creative Zen X-Fi Style"
11 11
12#define HW_SAMPR_CAPS SAMPR_CAP_ALL 12#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48
13 13
14/* define this if you have recording possibility */ 14/* define this if you have recording possibility */
15#define HAVE_RECORDING 15#define HAVE_RECORDING
16 16
17#define REC_SAMPR_CAPS SAMPR_CAP_ALL 17#define REC_SAMPR_CAPS SAMPR_CAP_ALL_48
18 18
19/* Default recording levels */ 19/* Default recording levels */
20#define DEFAULT_REC_MIC_GAIN 23 20#define DEFAULT_REC_MIC_GAIN 23
diff --git a/firmware/export/config/ibassodx50.h b/firmware/export/config/ibassodx50.h
index 9f5e343978..05e8aa9213 100644
--- a/firmware/export/config/ibassodx50.h
+++ b/firmware/export/config/ibassodx50.h
@@ -99,8 +99,7 @@
99 99
100#define HAVE_SW_TONE_CONTROLS 100#define HAVE_SW_TONE_CONTROLS
101#define HAVE_SW_VOLUME_CONTROL 101#define HAVE_SW_VOLUME_CONTROL
102#define HW_SAMPR_CAPS SAMPR_CAP_ALL 102#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96
103#define HAVE_PLAY_FREQ
104 103
105//#define HAVE_MULTIMEDIA_KEYS 104//#define HAVE_MULTIMEDIA_KEYS
106#define CONFIG_KEYPAD DX50_PAD 105#define CONFIG_KEYPAD DX50_PAD
diff --git a/firmware/export/config/ibassodx90.h b/firmware/export/config/ibassodx90.h
index 8155cec5aa..1e2a1be062 100644
--- a/firmware/export/config/ibassodx90.h
+++ b/firmware/export/config/ibassodx90.h
@@ -98,8 +98,7 @@
98 98
99#define HAVE_SW_TONE_CONTROLS 99#define HAVE_SW_TONE_CONTROLS
100#define HAVE_SW_VOLUME_CONTROL 100#define HAVE_SW_VOLUME_CONTROL
101#define HW_SAMPR_CAPS SAMPR_CAP_ALL 101#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96
102#define HAVE_PLAY_FREQ
103 102
104//#define HAVE_MULTIMEDIA_KEYS 103//#define HAVE_MULTIMEDIA_KEYS
105#define CONFIG_KEYPAD DX50_PAD 104#define CONFIG_KEYPAD DX50_PAD
diff --git a/firmware/export/config/samsungypz5.h b/firmware/export/config/samsungypz5.h
index c890d629f1..2af62c1cbe 100644
--- a/firmware/export/config/samsungypz5.h
+++ b/firmware/export/config/samsungypz5.h
@@ -11,12 +11,12 @@
11/* Define if boot data from bootloader has been enabled for the target */ 11/* Define if boot data from bootloader has been enabled for the target */
12#define HAVE_BOOTDATA 12#define HAVE_BOOTDATA
13 13
14#define HW_SAMPR_CAPS SAMPR_CAP_ALL 14#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48
15 15
16/* define this if you have recording possibility */ 16/* define this if you have recording possibility */
17#define HAVE_RECORDING 17#define HAVE_RECORDING
18 18
19#define REC_SAMPR_CAPS SAMPR_CAP_ALL 19#define REC_SAMPR_CAPS SAMPR_CAP_ALL_48
20 20
21/* Default recording levels */ 21/* Default recording levels */
22#define DEFAULT_REC_MIC_GAIN 23 22#define DEFAULT_REC_MIC_GAIN 23
diff --git a/firmware/export/config/sansac200v2.h b/firmware/export/config/sansac200v2.h
index 66e02f9738..df306e88b0 100644
--- a/firmware/export/config/sansac200v2.h
+++ b/firmware/export/config/sansac200v2.h
@@ -8,7 +8,7 @@
8#define FIRMWARE_OFFSET_FILE_DATA 8 8#define FIRMWARE_OFFSET_FILE_DATA 8
9#define FIRMWARE_OFFSET_FILE_CRC 0 9#define FIRMWARE_OFFSET_FILE_CRC 0
10 10
11#define HW_SAMPR_CAPS SAMPR_CAP_ALL 11#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96
12 12
13/* define this if you have recording possibility */ 13/* define this if you have recording possibility */
14#define HAVE_RECORDING 14#define HAVE_RECORDING
diff --git a/firmware/export/config/sansaclip.h b/firmware/export/config/sansaclip.h
index 84970e820d..faab50590c 100644
--- a/firmware/export/config/sansaclip.h
+++ b/firmware/export/config/sansaclip.h
@@ -8,7 +8,7 @@
8#define FIRMWARE_OFFSET_FILE_DATA 8 8#define FIRMWARE_OFFSET_FILE_DATA 8
9#define FIRMWARE_OFFSET_FILE_CRC 0 9#define FIRMWARE_OFFSET_FILE_CRC 0
10 10
11#define HW_SAMPR_CAPS SAMPR_CAP_ALL 11#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96
12 12
13/* define this if you have recording possibility */ 13/* define this if you have recording possibility */
14#define HAVE_RECORDING 14#define HAVE_RECORDING
diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h
index d4638a1acd..3108bace61 100644
--- a/firmware/export/config/sansaclipplus.h
+++ b/firmware/export/config/sansaclipplus.h
@@ -19,7 +19,7 @@
19#define HAVE_HOTSWAP 19#define HAVE_HOTSWAP
20#endif 20#endif
21 21
22#define HW_SAMPR_CAPS SAMPR_CAP_ALL 22#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96
23 23
24/* define this if you have recording possibility */ 24/* define this if you have recording possibility */
25#define HAVE_RECORDING 25#define HAVE_RECORDING
diff --git a/firmware/export/config/sansaclipv2.h b/firmware/export/config/sansaclipv2.h
index df5e15d369..6e369db681 100644
--- a/firmware/export/config/sansaclipv2.h
+++ b/firmware/export/config/sansaclipv2.h
@@ -10,7 +10,7 @@
10/* Define if boot data from bootloader has been enabled for the target */ 10/* Define if boot data from bootloader has been enabled for the target */
11#define HAVE_BOOTDATA 11#define HAVE_BOOTDATA
12 12
13#define HW_SAMPR_CAPS SAMPR_CAP_ALL 13#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96
14 14
15/* define this if you have recording possibility */ 15/* define this if you have recording possibility */
16#define HAVE_RECORDING 16#define HAVE_RECORDING
diff --git a/firmware/export/config/sansaclipzip.h b/firmware/export/config/sansaclipzip.h
index 01ba0e1346..6afe6e129e 100644
--- a/firmware/export/config/sansaclipzip.h
+++ b/firmware/export/config/sansaclipzip.h
@@ -20,7 +20,7 @@
20#define HAVE_RDS_CAP 20#define HAVE_RDS_CAP
21#endif 21#endif
22 22
23#define HW_SAMPR_CAPS SAMPR_CAP_ALL 23#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96
24 24
25/* define this if you have recording possibility */ 25/* define this if you have recording possibility */
26#define HAVE_RECORDING 26#define HAVE_RECORDING
diff --git a/firmware/export/config/sansae200v2.h b/firmware/export/config/sansae200v2.h
index 211fee701b..27dd881e73 100644
--- a/firmware/export/config/sansae200v2.h
+++ b/firmware/export/config/sansae200v2.h
@@ -6,7 +6,7 @@
6#define MODEL_NUMBER 41 6#define MODEL_NUMBER 41
7#define MODEL_NAME "Sandisk Sansa e200v2 series" 7#define MODEL_NAME "Sandisk Sansa e200v2 series"
8 8
9#define HW_SAMPR_CAPS SAMPR_CAP_ALL 9#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96
10 10
11/* define this if you have recording possibility */ 11/* define this if you have recording possibility */
12#define HAVE_RECORDING 12#define HAVE_RECORDING
diff --git a/firmware/export/config/sansafuze.h b/firmware/export/config/sansafuze.h
index fb17923e90..b72f5b5198 100644
--- a/firmware/export/config/sansafuze.h
+++ b/firmware/export/config/sansafuze.h
@@ -11,7 +11,7 @@
11/* define boot redirect file name allows booting from external drives */ 11/* define boot redirect file name allows booting from external drives */
12#define BOOT_REDIR "rockbox_main.fuze" 12#define BOOT_REDIR "rockbox_main.fuze"
13 13
14#define HW_SAMPR_CAPS SAMPR_CAP_ALL 14#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96
15 15
16/* define this if you have recording possibility */ 16/* define this if you have recording possibility */
17#define HAVE_RECORDING 17#define HAVE_RECORDING
diff --git a/firmware/export/config/sansafuzeplus.h b/firmware/export/config/sansafuzeplus.h
index 0306b4d14a..aeb9153fcc 100644
--- a/firmware/export/config/sansafuzeplus.h
+++ b/firmware/export/config/sansafuzeplus.h
@@ -13,12 +13,12 @@
13/* define boot redirect file name allows booting from external drives */ 13/* define boot redirect file name allows booting from external drives */
14#define BOOT_REDIR "rockbox_main.fuze+" 14#define BOOT_REDIR "rockbox_main.fuze+"
15 15
16#define HW_SAMPR_CAPS SAMPR_CAP_ALL 16#define HW_SAMPR_CAPS SAMPR_CAP_ALL_48
17 17
18/* define this if you have recording possibility */ 18/* define this if you have recording possibility */
19#define HAVE_RECORDING 19#define HAVE_RECORDING
20 20
21#define REC_SAMPR_CAPS SAMPR_CAP_ALL 21#define REC_SAMPR_CAPS SAMPR_CAP_ALL_48
22 22
23/* Default recording levels */ 23/* Default recording levels */
24#define DEFAULT_REC_MIC_GAIN 23 24#define DEFAULT_REC_MIC_GAIN 23
diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h
index 6c42e58f7a..fc2ff68257 100644
--- a/firmware/export/config/sansafuzev2.h
+++ b/firmware/export/config/sansafuzev2.h
@@ -11,7 +11,7 @@
11/* define boot redirect file name allows booting from external drives */ 11/* define boot redirect file name allows booting from external drives */
12#define BOOT_REDIR "rockbox_main.fuze2" 12#define BOOT_REDIR "rockbox_main.fuze2"
13 13
14#define HW_SAMPR_CAPS SAMPR_CAP_ALL 14#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96
15 15
16/* define this if you have recording possibility */ 16/* define this if you have recording possibility */
17#define HAVE_RECORDING 17#define HAVE_RECORDING
diff --git a/firmware/export/config/sansam200v4.h b/firmware/export/config/sansam200v4.h
index b6ebaf4266..97462dc6e2 100644
--- a/firmware/export/config/sansam200v4.h
+++ b/firmware/export/config/sansam200v4.h
@@ -10,7 +10,7 @@
10/* Enable FAT16 support */ 10/* Enable FAT16 support */
11#define HAVE_FAT16SUPPORT 11#define HAVE_FAT16SUPPORT
12 12
13#define HW_SAMPR_CAPS SAMPR_CAP_ALL 13#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96
14 14
15/* define this if you have recording possibility */ 15/* define this if you have recording possibility */
16#define HAVE_RECORDING 16#define HAVE_RECORDING
diff --git a/firmware/export/config/sonynwze360.h b/firmware/export/config/sonynwze360.h
index 7240070ba4..5b33d9d6d1 100644
--- a/firmware/export/config/sonynwze360.h
+++ b/firmware/export/config/sonynwze360.h
@@ -11,7 +11,7 @@
11/* Define if boot data from bootloader has been enabled for the target */ 11/* Define if boot data from bootloader has been enabled for the target */
12#define HAVE_BOOTDATA 12#define HAVE_BOOTDATA
13 13
14#define HW_SAMPR_CAPS SAMPR_CAP_ALL 14#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96
15 15
16/* Define bitmask of input sources - recordable bitmask can be defined 16/* Define bitmask of input sources - recordable bitmask can be defined
17 explicitly if different */ 17 explicitly if different */
diff --git a/firmware/export/config/sonynwze370.h b/firmware/export/config/sonynwze370.h
index 08c5c4a99f..b20ab00550 100644
--- a/firmware/export/config/sonynwze370.h
+++ b/firmware/export/config/sonynwze370.h
@@ -11,7 +11,7 @@
11/* Define if boot data from bootloader has been enabled for the target */ 11/* Define if boot data from bootloader has been enabled for the target */
12#define HAVE_BOOTDATA 12#define HAVE_BOOTDATA
13 13
14#define HW_SAMPR_CAPS SAMPR_CAP_ALL 14#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96
15 15
16/* Define bitmask of input sources - recordable bitmask can be defined 16/* Define bitmask of input sources - recordable bitmask can be defined
17 explicitly if different */ 17 explicitly if different */
diff --git a/firmware/export/config/xduoox20.h b/firmware/export/config/xduoox20.h
index 3cfa763f72..a61f2c3aa7 100644
--- a/firmware/export/config/xduoox20.h
+++ b/firmware/export/config/xduoox20.h
@@ -123,8 +123,7 @@
123#define HAVE_SW_TONE_CONTROLS 123#define HAVE_SW_TONE_CONTROLS
124 124
125/* HW codec is flexible */ 125/* HW codec is flexible */
126#define HW_SAMPR_CAPS SAMPR_CAP_ALL 126#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192
127#define HAVE_PLAY_FREQ
128 127
129/* Battery */ 128/* Battery */
130#define BATTERY_CAPACITY_DEFAULT 2400 /* default battery capacity */ 129#define BATTERY_CAPACITY_DEFAULT 2400 /* default battery capacity */
diff --git a/firmware/export/config/xduoox3.h b/firmware/export/config/xduoox3.h
index 7de8fa1510..4c2cc47fc9 100644
--- a/firmware/export/config/xduoox3.h
+++ b/firmware/export/config/xduoox3.h
@@ -17,9 +17,6 @@
17/* ChinaChip NAND FTL */ 17/* ChinaChip NAND FTL */
18#define CONFIG_NAND NAND_CC 18#define CONFIG_NAND NAND_CC
19 19
20
21
22
23/* define this if you have access to the quickscreen */ 20/* define this if you have access to the quickscreen */
24#define HAVE_QUICKSCREEN 21#define HAVE_QUICKSCREEN
25 22
@@ -112,8 +109,7 @@
112#define HAVE_SW_TONE_CONTROLS 109#define HAVE_SW_TONE_CONTROLS
113 110
114/* define the bitmask of hardware sample rates */ 111/* define the bitmask of hardware sample rates */
115#define HW_SAMPR_CAPS SAMPR_CAP_ALL 112#define HW_SAMPR_CAPS SAMPR_CAP_ALL_96
116#define HAVE_PLAY_FREQ
117 113
118#define AB_REPEAT_ENABLE 114#define AB_REPEAT_ENABLE
119 115
diff --git a/firmware/export/config/xduoox3ii.h b/firmware/export/config/xduoox3ii.h
index 42fb926697..13072ea3dc 100644
--- a/firmware/export/config/xduoox3ii.h
+++ b/firmware/export/config/xduoox3ii.h
@@ -17,9 +17,6 @@
17#define CONFIG_PLATFORM (PLATFORM_HOSTED) 17#define CONFIG_PLATFORM (PLATFORM_HOSTED)
18#endif 18#endif
19 19
20
21
22
23/* define this if you have a colour LCD */ 20/* define this if you have a colour LCD */
24#define HAVE_LCD_COLOR 21#define HAVE_LCD_COLOR
25 22
@@ -72,9 +69,6 @@
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 */
@@ -123,8 +117,7 @@
123#define HAVE_SW_TONE_CONTROLS 117#define HAVE_SW_TONE_CONTROLS
124 118
125/* HW codec is flexible */ 119/* HW codec is flexible */
126#define HW_SAMPR_CAPS SAMPR_CAP_ALL 120#define HW_SAMPR_CAPS SAMPR_CAP_ALL_192
127#define HAVE_PLAY_FREQ
128 121
129/* Battery */ 122/* Battery */
130#define BATTERY_CAPACITY_DEFAULT 2000 /* default battery capacity */ 123#define BATTERY_CAPACITY_DEFAULT 2000 /* default battery capacity */