kernel/sound/drivers/opl4/opl4_synth.c
.. .. @@ -248,7 +248,7 @@ 248 248 * Attenuation according to GM recommendations, in -0.375 dB units. 249 249 * table[v] = 40 * log(v / 127) / -0.375 250 250 */ 251 -static unsigned char snd_opl4_volume_table[128] = {251 +static const unsigned char snd_opl4_volume_table[128] = {252 252 255,224,192,173,160,150,141,134, 253 253 128,122,117,113,109,105,102, 99, 254 254 96, 93, 90, 88, 85, 83, 81, 79,