summaryrefslogtreecommitdiff
path: root/usr.bin/sndiod/dsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/sndiod/dsp.h')
-rw-r--r--usr.bin/sndiod/dsp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sndiod/dsp.h b/usr.bin/sndiod/dsp.h
index 2fc5a94b922..71cae26d9fe 100644
--- a/usr.bin/sndiod/dsp.h
+++ b/usr.bin/sndiod/dsp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dsp.h,v 1.8 2021/01/11 14:26:00 ratchov Exp $ */
+/* $OpenBSD: dsp.h,v 1.9 2021/01/12 15:46:53 naddy Exp $ */
/*
* Copyright (c) 2012 Alexandre Ratchov <alex@caoua.org>
*
@@ -164,7 +164,7 @@ struct cmap {
};
#define MIDI_TO_ADATA(m) (aparams_ctltovol[m] << (ADATA_BITS - 16))
-extern int aparams_ctltovol[128];
+extern const int aparams_ctltovol[128];
void aparams_init(struct aparams *);
void aparams_log(struct aparams *);