From 93712c97eef684c75b542ca1a30c4e9d1f3fc3fc Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 26 Feb 2007 18:36:58 +0000 Subject: 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 --- firmware/export/config-h10_5gb.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'firmware/export/config-h10_5gb.h') 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 */ -- cgit v1.2.3