From a0458dac2b14d4ec50dc2d65d26005a58b6a5581 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Tue, 26 May 2009 22:57:49 +0000 Subject: Fix audio on Onda VX747 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21097 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ondavx747.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'firmware/export/config-ondavx747.h') 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 */ -- cgit v1.2.3