From 159f8ee41aa0d8c6434867775547d9e030a963d7 Mon Sep 17 00:00:00 2001 From: Rob Purchase Date: Wed, 9 Apr 2008 22:20:04 +0000 Subject: D2: Beginnings of a WM8985 driver (based on WM8758, using EQ1 and EQ5 as HW treble/bass). Untested, but harmless. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17057 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-cowond2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export/config-cowond2.h') diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h index 78becb3161..74cf90eac4 100644 --- a/firmware/export/config-cowond2.h +++ b/firmware/export/config-cowond2.h @@ -83,8 +83,8 @@ /* The D2 uses a WM8985 codec */ #define HAVE_WM8985 -/* There is no hardware tone control */ -#define HAVE_SW_TONE_CONTROLS +/* Use WM8985 EQ1 & EQ5 as hardware tone controls */ +/* #define HAVE_SW_TONE_CONTROLS */ /* Define this for LCD backlight available */ #define HAVE_BACKLIGHT -- cgit v1.2.3