ALSA: es1968: Constify snd_es1968_tea575x_gpios
authorTakashi Iwai <tiwai@suse.de>
Fri, 3 Jan 2020 08:17:11 +0000 (09:17 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Jan 2020 08:24:43 +0000 (09:24 +0100)
commitcd6e03122be08fd6d2af0445d5f2527563d6bf49
tree6a582b88d9a8ece30806066d2482bb1c9c23154a
parentc274d967cee5859c91c200905f038cac84ebd464
ALSA: es1968: Constify snd_es1968_tea575x_gpios

The snd_es1968_tea575x_gpios table is referred as read-only, hence it
can be declared as const gracefully.

There should be no functional changes by this patch.

Link: https://lore.kernel.org/r/20200103081714.9560-56-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/es1968.c