From d48d3d467d7c1d9b2ce330e0f7c50c92e9a59c09 Mon Sep 17 00:00:00 2001 From: Torne Wuff Date: Tue, 13 Apr 2010 21:47:09 +0000 Subject: Enable SW tone control on gigabeat S, since HW tone controls for its DAC are not implemented yet git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25641 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config/gigabeats.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/config/gigabeats.h') diff --git a/firmware/export/config/gigabeats.h b/firmware/export/config/gigabeats.h index ccb191b9ca..6d0c25a4d6 100644 --- a/firmware/export/config/gigabeats.h +++ b/firmware/export/config/gigabeats.h @@ -90,6 +90,9 @@ /* Define this if you have the WM8978 audio codec */ #define HAVE_WM8978 +/* Tone controls for WM8978 have not been implemented yet */ +#define HAVE_SW_TONE_CONTROLS + /* Define bitmask of input sources - recordable bitmask can be defined explicitly if different */ #define INPUT_SRC_CAPS SRC_CAP_FMRADIO -- cgit