=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sndiod/dsp.c,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** src/usr.bin/sndiod/dsp.c 2021/01/11 14:26:00 1.16 --- src/usr.bin/sndiod/dsp.c 2021/01/12 15:46:53 1.17 *************** *** 1,4 **** ! /* $OpenBSD: dsp.c,v 1.16 2021/01/11 14:26:00 ratchov Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * --- 1,4 ---- ! /* $OpenBSD: dsp.c,v 1.17 2021/01/12 15:46:53 naddy Exp $ */ /* * Copyright (c) 2008-2012 Alexandre Ratchov * *************** *** 18,24 **** #include "dsp.h" #include "utils.h" ! int aparams_ctltovol[128] = { 0, 256, 266, 276, 287, 299, 310, 323, 335, 348, 362, 376, 391, 406, 422, 439, 456, --- 18,24 ---- #include "dsp.h" #include "utils.h" ! const int aparams_ctltovol[128] = { 0, 256, 266, 276, 287, 299, 310, 323, 335, 348, 362, 376, 391, 406, 422, 439, 456, *************** *** 38,44 **** 26008, 27029, 28090, 29193, 30339, 31530, 32768 }; ! int resamp_filt[RESAMP_LENGTH / RESAMP_STEP + 1] = { 0, 0, 3, 9, 22, 42, 73, 116, 174, 248, 341, 454, 589, 749, 934, 1148, 1392, 1666, 1974, 2316, 2693, 3107, 3560, 4051, --- 38,44 ---- 26008, 27029, 28090, 29193, 30339, 31530, 32768 }; ! const int resamp_filt[RESAMP_LENGTH / RESAMP_STEP + 1] = { 0, 0, 3, 9, 22, 42, 73, 116, 174, 248, 341, 454, 589, 749, 934, 1148, 1392, 1666, 1974, 2316, 2693, 3107, 3560, 4051,