]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbd015651aa7519a091a427cff6706c7f8cd976b3
tree11174006994dc2f71d6eb98eb3d679e91701133a
parent8043012a20b644a4828ea5e146cc9f3e85749aba
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