ALSA: seq: oss: Constify snd_seq_oss_callback definitions
authorTakashi Iwai <tiwai@suse.de>
Fri, 3 Jan 2020 08:17:08 +0000 (09:17 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Jan 2020 08:24:41 +0000 (09:24 +0100)
commit87065d3d946bf116a639f3bd88ebbd3f3938cffb
tree10a4bbfb2bdf7290095d96c19ecc0c4e6fba5979
parent49624472a90b0f50f20389e0896e2eb53ea71b5e
ALSA: seq: oss: Constify snd_seq_oss_callback definitions

The snd_seq_oss_callback items are just copied to another struct
as-is, hence they can be declared as const.

There should be no functional changes by this patch.

Link: https://lore.kernel.org/r/20200103081714.9560-53-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/drivers/opl3/opl3_oss.c
sound/synth/emux/emux_oss.c