summaryrefslogtreecommitdiffstats
path: root/firmware/export/config-ondavx747.h
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2009-05-26 22:57:49 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2009-05-26 22:57:49 +0000
commita0458dac2b14d4ec50dc2d65d26005a58b6a5581 (patch)
treec4dde20b8140e5c49e31af75b0d8226de2520aa3 /firmware/export/config-ondavx747.h
parent83eb479732879e9852064644942ca36a7fd986a9 (diff)
downloadrockbox-a0458dac2b14d4ec50dc2d65d26005a58b6a5581.tar.gz
rockbox-a0458dac2b14d4ec50dc2d65d26005a58b6a5581.zip
Fix audio on Onda VX747
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21097 a1c6a512-1295-4272-9138-f99709370657
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 @@
/* Define this if you have the Jz4740 internal codec */
#define HAVE_JZ4740_CODEC
+/* has no tone controls, so we use the software ones */
+#define HAVE_SW_TONE_CONTROLS
+
/* define the bitmask of hardware sample rates */
#define HW_SAMPR_CAPS (SAMPR_CAP_48 | SAMPR_CAP_44 | SAMPR_CAP_32 | \
SAMPR_CAP_24 | SAMPR_CAP_22 | SAMPR_CAP_16 | \
@@ -131,9 +134,6 @@
#define NEED_ADC_CLOSE 1
-/* has no tone controls, so we use the software ones */
-//#define HAVE_SW_TONE_CONTROLS
-
#define BATTERY_CAPACITY_DEFAULT 1250 /* default battery capacity */
#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */
#define BATTERY_CAPACITY_MAX 2500 /* max. capacity selectable */