summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorSteve Gotthardt <gotthardt@rockbox.org>2007-07-13 04:18:31 +0000
committerSteve Gotthardt <gotthardt@rockbox.org>2007-07-13 04:18:31 +0000
commit828d719ac1180d9d0862d3ada7f9a7afc65c1035 (patch)
tree5dcc07006d86dd4b3249c8c41ac50a54ec985576 /firmware/export
parent4f9bffe18e0c8bc546f03612052803134497114b (diff)
downloadrockbox-828d719ac1180d9d0862d3ada7f9a7afc65c1035.tar.gz
rockbox-828d719ac1180d9d0862d3ada7f9a7afc65c1035.zip
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
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-gigabeat.h3
1 files changed, 3 insertions, 0 deletions
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 @@
70/* Define this if you have the WM8975 audio codec */ 70/* Define this if you have the WM8975 audio codec */
71#define HAVE_WM8751 71#define HAVE_WM8751
72 72
73/* Define this if you want to use the adaptive bass capibility of the 8751 */
74#define USE_ADAPTIVE_BASS
75
73#define BATTERY_CAPACITY_DEFAULT 2000 /* default battery capacity */ 76#define BATTERY_CAPACITY_DEFAULT 2000 /* default battery capacity */
74 77
75#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | \ 78#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | \