ALSA: mixer: oss: Constify snd_mixer_oss_assign_table definition
authorTakashi Iwai <tiwai@suse.de>
Fri, 3 Jan 2020 08:16:47 +0000 (09:16 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Jan 2020 08:24:22 +0000 (09:24 +0100)
commit454f5ec1d2b774b89f3ea759a9a791f320e6f389
tree11174006994dc2f71d6eb98eb3d679e91701133a
parentf8ae2d2919481817d2e942617c203fc792687c66
ALSA: mixer: oss: Constify snd_mixer_oss_assign_table definition

The snd_mixer_oss_assign_table is read-only, and can it be declared as
const.

There should be no functional changes by this patch.

Link: https://lore.kernel.org/r/20200103081714.9560-32-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/oss/mixer_oss.c