summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/config/agptekrocker.h4
-rw-r--r--firmware/export/config/xduoox20.h4
-rw-r--r--firmware/export/config/xduoox3ii.h4
3 files changed, 12 insertions, 0 deletions
diff --git a/firmware/export/config/agptekrocker.h b/firmware/export/config/agptekrocker.h
index b0ed88d113..049be7f767 100644
--- a/firmware/export/config/agptekrocker.h
+++ b/firmware/export/config/agptekrocker.h
@@ -123,6 +123,10 @@
123/* We don't have hardware controls */ 123/* We don't have hardware controls */
124#define HAVE_SW_TONE_CONTROLS 124#define HAVE_SW_TONE_CONTROLS
125 125
126/* HW codec is flexible */
127#define HW_SAMPR_CAPS SAMPR_CAP_ALL
128#define HAVE_PLAY_FREQ
129
126/* Battery */ 130/* Battery */
127#define BATTERY_CAPACITY_DEFAULT 600 /* default battery capacity */ 131#define BATTERY_CAPACITY_DEFAULT 600 /* default battery capacity */
128#define BATTERY_CAPACITY_MIN 600 /* min. capacity selectable */ 132#define BATTERY_CAPACITY_MIN 600 /* min. capacity selectable */
diff --git a/firmware/export/config/xduoox20.h b/firmware/export/config/xduoox20.h
index 7d298112c6..59c9b86fc4 100644
--- a/firmware/export/config/xduoox20.h
+++ b/firmware/export/config/xduoox20.h
@@ -122,6 +122,10 @@
122/* We don't have hardware controls */ 122/* We don't have hardware controls */
123#define HAVE_SW_TONE_CONTROLS 123#define HAVE_SW_TONE_CONTROLS
124 124
125/* HW codec is flexible */
126#define HW_SAMPR_CAPS SAMPR_CAP_ALL
127#define HAVE_PLAY_FREQ
128
125/* Battery */ 129/* Battery */
126#define BATTERY_CAPACITY_DEFAULT 2400 /* default battery capacity */ 130#define BATTERY_CAPACITY_DEFAULT 2400 /* default battery capacity */
127#define BATTERY_CAPACITY_MIN 2400 /* min. capacity selectable */ 131#define BATTERY_CAPACITY_MIN 2400 /* min. capacity selectable */
diff --git a/firmware/export/config/xduoox3ii.h b/firmware/export/config/xduoox3ii.h
index e9bf8ba51c..a02c14db8b 100644
--- a/firmware/export/config/xduoox3ii.h
+++ b/firmware/export/config/xduoox3ii.h
@@ -122,6 +122,10 @@
122/* We don't have hardware controls */ 122/* We don't have hardware controls */
123#define HAVE_SW_TONE_CONTROLS 123#define HAVE_SW_TONE_CONTROLS
124 124
125/* HW codec is flexible */
126#define HW_SAMPR_CAPS SAMPR_CAP_ALL
127#define HAVE_PLAY_FREQ
128
125/* Battery */ 129/* Battery */
126#define BATTERY_CAPACITY_DEFAULT 2000 /* default battery capacity */ 130#define BATTERY_CAPACITY_DEFAULT 2000 /* default battery capacity */
127#define BATTERY_CAPACITY_MIN 2000 /* min. capacity selectable */ 131#define BATTERY_CAPACITY_MIN 2000 /* min. capacity selectable */