From d29a11b7a8f4ce230e9385a44f352a559bde753f Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Tue, 8 May 2012 16:34:26 +0200 Subject: Rename HAVE_PITCHSCREEN to HAVE_PITCHCONTROL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also move the definition to config.h Change-Id: I36bb5020c5e06b2344292bc05e8c13ccc7a6a1ff Reviewed-on: http://gerrit.rockbox.org/234 Reviewed-by: Nils Wallménius --- firmware/export/config.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'firmware/export/config.h') diff --git a/firmware/export/config.h b/firmware/export/config.h index b642775b95..edd3bb2ba5 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -1118,4 +1118,9 @@ Lyre prototype 1 */ #define HAVE_PCM_FULL_DUPLEX #endif +#if (CONFIG_CODEC == SWCODEC) || (CONFIG_CODEC == MAS3587F) || \ + (CONFIG_CODEC == MAS3539F) +#define HAVE_PITCHCONTROL +#endif + #endif /* __CONFIG_H__ */ -- cgit v1.2.3