summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2005-01-18 15:58:31 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2005-01-18 15:58:31 (GMT)
commit38e9c0c9618116a792dee021dcc8ac51b66113f2 (patch)
tree9f4155b30f19ea98cf4e699ccd7d31ef51596fe2
parent674ebe06cafde9d79a1a0fd0ede32662c32e2006 (diff)
downloadTASS-38e9c0c9618116a792dee021dcc8ac51b66113f2.zip
TASS-38e9c0c9618116a792dee021dcc8ac51b66113f2.tar.gz
TASS-38e9c0c9618116a792dee021dcc8ac51b66113f2.tar.bz2
Added defines for audio initialization delay.
-rw-r--r--Graphic_Equalizer/include/configuration.hch23
1 files 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 --- */