commit | fb537cd0089db62190405e5ec43ce4740e65f330 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Jan 03 09:17:12 2020 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jan 03 09:24:44 2020 +0100 |
tree | 0fea66dcc6f833833744ac0cef9f2a2b5bd83dac | |
parent | cd6e03122be08fd6d2af0445d5f2527563d6bf49 [diff] |
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>