summaryrefslogtreecommitdiff
path: root/apps/recorder/peakmeter.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/peakmeter.c')
-rw-r--r--apps/recorder/peakmeter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/peakmeter.c b/apps/recorder/peakmeter.c
index b069c1566b..22f90a3f94 100644
--- a/apps/recorder/peakmeter.c
+++ b/apps/recorder/peakmeter.c
@@ -122,7 +122,7 @@ static const long clip_time_out[] = {
122 dBfs values. Used to draw the scale */ 122 dBfs values. Used to draw the scale */
123#define DB_SCALE_SRC_VALUES_SIZE 11 123#define DB_SCALE_SRC_VALUES_SIZE 11
124#if 0 124#if 0
125const static int db_scale_src_values[DB_SCALE_SRC_VALUES_SIZE] = { 125static const int db_scale_src_values[DB_SCALE_SRC_VALUES_SIZE] = {
126 32767, /* 0 db */ 126 32767, /* 0 db */
127 23197, /* - 3 db */ 127 23197, /* - 3 db */
128 16422, /* - 6 db */ 128 16422, /* - 6 db */