diff options
| author | Steve Gotthardt <gotthardt@rockbox.org> | 2007-07-13 11:36:07 +0000 |
|---|---|---|
| committer | Steve Gotthardt <gotthardt@rockbox.org> | 2007-07-13 11:36:07 +0000 |
| commit | cd548090daffd943a356dae1e99f91c0edb69855 (patch) | |
| tree | 129ae29807602ee435477acba511866b7d3ae340 | |
| parent | 828d719ac1180d9d0862d3ada7f9a7afc65c1035 (diff) | |
| download | rockbox-cd548090daffd943a356dae1e99f91c0edb69855.zip rockbox-cd548090daffd943a356dae1e99f91c0edb69855.tar.gz rockbox-cd548090daffd943a356dae1e99f91c0edb69855.tar.bz2 rockbox-cd548090daffd943a356dae1e99f91c0edb69855.tar.xz | |
Makes the Adaptive Bass option not the default. To enable, you must uncomment the USE_ADAPTIVE_BASS in the config file and rebuild.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13870 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/config-gigabeat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h index 6264ab5..241a391 100644 --- a/firmware/export/config-gigabeat.h +++ b/firmware/export/config-gigabeat.h @@ -71,7 +71,7 @@ #define HAVE_WM8751 /* Define this if you want to use the adaptive bass capibility of the 8751 */ -#define USE_ADAPTIVE_BASS +/* #define USE_ADAPTIVE_BASS */ #define BATTERY_CAPACITY_DEFAULT 2000 /* default battery capacity */ |