=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/dsp.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/sndiod/dsp.h 2021/01/11 14:26:00 1.8 +++ src/usr.bin/sndiod/dsp.h 2021/01/12 15:46:53 1.9 @@ -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 * @@ -164,7 +164,7 @@ }; #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 *);