diff options
author | Jens Arnold <amiconn@rockbox.org> | 2007-02-26 18:36:58 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2007-02-26 18:36:58 +0000 |
commit | 93712c97eef684c75b542ca1a30c4e9d1f3fc3fc (patch) | |
tree | 281cfadaac11c20b5cd66a97631f0400f69a7b4e /firmware/export/config-h10_5gb.h | |
parent | 9b9e22731c137ef3f3febde7d4a914e1adfe6253 (diff) |
WM8711/8721/8731 have no tone controls, so enable the software tone controls for the respective targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12499 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h10_5gb.h')
-rw-r--r-- | firmware/export/config-h10_5gb.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/firmware/export/config-h10_5gb.h b/firmware/export/config-h10_5gb.h index 9fd3edfdb6..fa643b01b9 100644 --- a/firmware/export/config-h10_5gb.h +++ b/firmware/export/config-h10_5gb.h @@ -59,9 +59,12 @@ /* The number of bytes reserved for loadable plugins */ #define PLUGIN_BUFFER_SIZE 0x80000 -/* Define this if you have the WM8975 audio codec */ +/* Define this if you have the WM8731 audio codec */ #define HAVE_WM8731 +/* WM8731 has no tone controls, so we use the software ones */ +#define HAVE_SW_TONE_CONTROLS + #define AB_REPEAT_ENABLE 1 /* FM Tuner */ |