ALSA: fm801: Constify snd_fm801_tea575x_gpios
authorTakashi Iwai <tiwai@suse.de>
Fri, 3 Jan 2020 08:17:12 +0000 (09:17 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Jan 2020 08:24:44 +0000 (09:24 +0100)
commitfb537cd0089db62190405e5ec43ce4740e65f330
tree0fea66dcc6f833833744ac0cef9f2a2b5bd83dac
parentcd6e03122be08fd6d2af0445d5f2527563d6bf49
ALSA: fm801: Constify snd_fm801_tea575x_gpios

The snd_fm801_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-57-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/fm801.c