summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/include/eventhandler_shared.hch
diff options
context:
space:
mode:
Diffstat (limited to 'Graphic_Equalizer/include/eventhandler_shared.hch')
-rw-r--r--Graphic_Equalizer/include/eventhandler_shared.hch4
1 files changed, 3 insertions, 1 deletions
diff --git a/Graphic_Equalizer/include/eventhandler_shared.hch b/Graphic_Equalizer/include/eventhandler_shared.hch
index 90922fb..4711356 100644
--- a/Graphic_Equalizer/include/eventhandler_shared.hch
+++ b/Graphic_Equalizer/include/eventhandler_shared.hch
@@ -30,6 +30,7 @@ typedef struct {
unsigned 10 volume_position;
unsigned ram 9 equalizer_position[128];
unsigned 8 mask;
+ unsigned 3 equalizer_mode;
unsigned 1 help;
} events_t;
@@ -43,11 +44,12 @@ typedef struct {
extern unsigned 5 volumecontrol_table[46];
/*
- * Equalizer lookuptabe.
+ * Equalizer lookup tables.
* TODO: This table is now hardcoded. To ensure full skinability this table
* should be dynamically loaded.
*/
extern unsigned 4 equalizer_table[66];
+extern unsigned 9 equalizer_table_inv[16];