summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2005-01-11 14:28:49 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2005-01-11 14:28:49 (GMT)
commitb6dd8376948b00a5cbcdae12bc12a7b1102b3272 (patch)
tree25ae57152380eab9ce14a09a9662f0ed6b2089cf
parent00e8f05da0ba8fde876e8b27abc48bbf494a806e (diff)
downloadTASS-b6dd8376948b00a5cbcdae12bc12a7b1102b3272.zip
TASS-b6dd8376948b00a5cbcdae12bc12a7b1102b3272.tar.gz
TASS-b6dd8376948b00a5cbcdae12bc12a7b1102b3272.tar.bz2
Added variable for saturation detection.
-rw-r--r--Graphic_Equalizer/include/eventhandler_shared.hch2
1 files changed, 2 insertions, 0 deletions
diff --git a/Graphic_Equalizer/include/eventhandler_shared.hch b/Graphic_Equalizer/include/eventhandler_shared.hch
index 1ca19a8..07decb9 100644
--- a/Graphic_Equalizer/include/eventhandler_shared.hch
+++ b/Graphic_Equalizer/include/eventhandler_shared.hch
@@ -38,6 +38,7 @@ typedef struct {
unsigned 1 button_demo_state;
unsigned 1 button_reset_state;
unsigned 1 locked_display;
+ unsigned 1 saturated;
} events_t;
@@ -68,6 +69,7 @@ typedef struct {
extern unsigned 5 volumecontrol_table[46];
extern unsigned 4 inputgain_table[46];
+extern unsigned 10 inputgain_table_inv[16];
/*
* Equalizer lookup tables.