ALSA: opl3: Constify snd_opl3_drum_voice definitions
authorTakashi Iwai <tiwai@suse.de>
Fri, 3 Jan 2020 08:17:00 +0000 (09:17 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Jan 2020 08:24:36 +0000 (09:24 +0100)
commitfe27463ad867864da1786e209f5d23e10ef17d3b
tree20f584a441c73078a84bbec48842b91fafd309dc
parent1da7f0c570d7356f232aee6528ccf8b2dcd96dcf
ALSA: opl3: Constify snd_opl3_drum_voice definitions

The snd_opl3_drum_voice items are all read-only, hence they can be
declared as const.

There should be no functional changes by this patch.

Link: https://lore.kernel.org/r/20200103081714.9560-45-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/drivers/opl3/opl3_drums.c