diff options
author | Thomas Martitz <kugel@rockbox.org> | 2010-09-01 21:32:12 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2010-09-01 21:32:12 +0000 |
commit | dc8ad8684c48e60b45bdbf2bd837941e2172a476 (patch) | |
tree | b7163e202389d868a0ee09ba0a25f175d68bf246 /firmware/export/config | |
parent | 6eaab4d00446c070c655f0e6c9a872532a776b6f (diff) | |
download | rockbox-dc8ad8684c48e60b45bdbf2bd837941e2172a476.tar.gz rockbox-dc8ad8684c48e60b45bdbf2bd837941e2172a476.zip |
Android: Enable software tone controls
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27969 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config')
-rw-r--r-- | firmware/export/config/application.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/export/config/application.h b/firmware/export/config/application.h index 6219aa6fad..4dc34c14fa 100644 --- a/firmware/export/config/application.h +++ b/firmware/export/config/application.h | |||
@@ -90,8 +90,7 @@ | |||
90 | #define HAVE_SDL_AUDIO | 90 | #define HAVE_SDL_AUDIO |
91 | #endif | 91 | #endif |
92 | 92 | ||
93 | /* Use WM8985 EQ1 & EQ5 as hardware tone controls */ | 93 | #define HAVE_SW_TONE_CONTROLS |
94 | /* #define HAVE_SW_TONE_CONTROLS */ | ||
95 | 94 | ||
96 | /* Define current usage levels. */ | 95 | /* Define current usage levels. */ |
97 | #define CURRENT_NORMAL 88 /* 18 hours from a 1600 mAh battery */ | 96 | #define CURRENT_NORMAL 88 /* 18 hours from a 1600 mAh battery */ |