From 828d719ac1180d9d0862d3ada7f9a7afc65c1035 Mon Sep 17 00:00:00 2001 From: Steve Gotthardt Date: Fri, 13 Jul 2007 04:18:31 +0000 Subject: Changes bass setting to use adaptive bass instead of linear bass. The datasheet recommends it and it should stop clipping on bass. Steve Gotthardt. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13867 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-gigabeat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export') diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h index 5f45bdbff0..6264ab5087 100644 --- a/firmware/export/config-gigabeat.h +++ b/firmware/export/config-gigabeat.h @@ -70,6 +70,9 @@ /* Define this if you have the WM8975 audio codec */ #define HAVE_WM8751 +/* Define this if you want to use the adaptive bass capibility of the 8751 */ +#define USE_ADAPTIVE_BASS + #define BATTERY_CAPACITY_DEFAULT 2000 /* default battery capacity */ #define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | \ -- cgit v1.2.3