From deb1b0e51c59518a6152b9a4b1f24004545c5c57 Mon Sep 17 00:00:00 2001 From: Bob Cousins Date: Tue, 3 Nov 2009 13:50:52 +0000 Subject: Improvements to mini2440 audio; change CPU freq to 406MHz git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23495 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-mini2440.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'firmware/export/config-mini2440.h') diff --git a/firmware/export/config-mini2440.h b/firmware/export/config-mini2440.h index a477236d19..f08d4875ef 100644 --- a/firmware/export/config-mini2440.h +++ b/firmware/export/config-mini2440.h @@ -84,11 +84,8 @@ /* Define DAC/Codec */ #define HAVE_UDA1341 -/* ... tone controls, use the software ones */ -#define HAVE_SW_TONE_CONTROLS -#define HW_SAMPR_CAPS (SAMPR_CAP_64 | SAMPR_CAP_44 | SAMPR_CAP_22 | \ - SAMPR_CAP_11) +#define HW_SAMPR_CAPS (SAMPR_CAP_44 | SAMPR_CAP_22 | SAMPR_CAP_11) /* Battery */ #define BATTERY_CAPACITY_DEFAULT 1100 /* default battery capacity */ @@ -130,7 +127,7 @@ #define CONFIG_CPU S3C2440 /* Define this to the CPU frequency */ -#define CPU_FREQ 405000000 +#define CPU_FREQ 406000000 #define MCK_FREQ (CPU_FREQ/4) #define SLOW_CLOCK 32768 -- cgit v1.2.3