git.codelabs.ch
/
muen
/
linux.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ALSA: opl3: More constifications
[muen/linux.git]
/
sound
/
drivers
/
opl3
/
opl3_drums.c
diff --git
a/sound/drivers/opl3/opl3_drums.c
b/sound/drivers/opl3/opl3_drums.c
index
318cd8a
..
ccc49f3
100644
(file)
--- a/
sound/drivers/opl3/opl3_drums.c
+++ b/
sound/drivers/opl3/opl3_drums.c
@@
-7,7
+7,7
@@
#include "opl3_voice.h"
-static char snd_opl3_drum_table[47] =
+static c
onst c
har snd_opl3_drum_table[47] =
{
OPL3_BASSDRUM_ON, OPL3_BASSDRUM_ON, OPL3_HIHAT_ON, /* 35 - 37 */
OPL3_SNAREDRUM_ON, OPL3_HIHAT_ON, OPL3_SNAREDRUM_ON, /* 38 - 40 */