]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: pci: Constify snd_pci_quirk tables
authorTakashi Iwai <tiwai@suse.de>
Fri, 3 Jan 2020 08:17:14 +0000 (09:17 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Jan 2020 08:24:45 +0000 (09:24 +0100)
commit1e73754ce7943ce15b88dc343ee53da94d918b2d
treefb750cf71269776d340b82c0b8a1b77bc5ab064e
parenta9768566f885d65f2202e765b333a1c0bfb28962
ALSA: pci: Constify snd_pci_quirk tables

The snd_pci_quirk tables are referred as read-only, hence they can be
declared as const gracefully.

There should be no functional changes by this patch.

Link: https://lore.kernel.org/r/20200103081714.9560-59-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/atiixp.c
sound/pci/ctxfi/ctatc.c
sound/pci/ens1370.c
sound/pci/intel8x0.c
sound/pci/maestro3.c
sound/pci/nm256/nm256.c
sound/pci/via82xx.c