From 38e9c0c9618116a792dee021dcc8ac51b66113f2 Mon Sep 17 00:00:00 2001 From: Oliver Schinagl Date: Tue, 18 Jan 2005 15:58:31 +0000 Subject: Added defines for audio initialization delay. --- Graphic_Equalizer/include/configuration.hch | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/Graphic_Equalizer/include/configuration.hch b/Graphic_Equalizer/include/configuration.hch index 17c1b3f..c9e5c23 100644 --- a/Graphic_Equalizer/include/configuration.hch +++ b/Graphic_Equalizer/include/configuration.hch @@ -22,18 +22,16 @@ /* - * To print debug information on the RS232 port set this define. - */ -#define HAVE_DEBUG 0 - - + * We need to wait this long for our audio component to be booted successfully + * up. + */ +#define AUDIOINIT_MICROSECONDS 1000000 /* - * If we don't want to use the SmartMedia set this to 0. Data is then read from - * the ram, assuming it's there. Otherwise 1 will load the smartmedia - * routines. + * Bit width of the actual delay. We need this because we can not determin bit + * width pre-compile time. */ -#define HAVE_SMARTMEDIA 0 +#define AUDIOINITWIDTH 32 @@ -45,12 +43,11 @@ #define PERFORM_FFT_CALCULATION 1 #define USE_UNSIGNED_AUDIO 0 -/* -FIXME: DK doesn't override from commandline defines. We have to therefore - ignore this include guard until we can find around this. + + #else #error "ERROR file configuration.hch multiple times included" -*/ + #endif /* --- _CONFIGURATION_HCH --- */ -- cgit v0.12