summaryrefslogtreecommitdiff
path: root/firmware/export/config-ondavx747.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ondavx747.h')
-rw-r--r--firmware/export/config-ondavx747.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h
index 176a35f4e9..b603e02c2b 100644
--- a/firmware/export/config-ondavx747.h
+++ b/firmware/export/config-ondavx747.h
@@ -122,6 +122,9 @@
122/* Define this if you have the Jz4740 internal codec */ 122/* Define this if you have the Jz4740 internal codec */
123#define HAVE_JZ4740_CODEC 123#define HAVE_JZ4740_CODEC
124 124
125/* has no tone controls, so we use the software ones */
126#define HAVE_SW_TONE_CONTROLS
127
125/* define the bitmask of hardware sample rates */ 128/* define the bitmask of hardware sample rates */
126#define HW_SAMPR_CAPS (SAMPR_CAP_48 | SAMPR_CAP_44 | SAMPR_CAP_32 | \ 129#define HW_SAMPR_CAPS (SAMPR_CAP_48 | SAMPR_CAP_44 | SAMPR_CAP_32 | \
127 SAMPR_CAP_24 | SAMPR_CAP_22 | SAMPR_CAP_16 | \ 130 SAMPR_CAP_24 | SAMPR_CAP_22 | SAMPR_CAP_16 | \
@@ -131,9 +134,6 @@
131 134
132#define NEED_ADC_CLOSE 1 135#define NEED_ADC_CLOSE 1
133 136
134/* has no tone controls, so we use the software ones */
135//#define HAVE_SW_TONE_CONTROLS
136
137#define BATTERY_CAPACITY_DEFAULT 1250 /* default battery capacity */ 137#define BATTERY_CAPACITY_DEFAULT 1250 /* default battery capacity */
138#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */ 138#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */
139#define BATTERY_CAPACITY_MAX 2500 /* max. capacity selectable */ 139#define BATTERY_CAPACITY_MAX 2500 /* max. capacity selectable */