OSDN Git Service

ALSA: hda: Constify snd_pci_quirk tables
authorTakashi Iwai <tiwai@suse.de>
Fri, 3 Jan 2020 08:17:13 +0000 (09:17 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Jan 2020 08:24:44 +0000 (09:24 +0100)
commita5dc05e466b054722817e09e9e2867b2c373f570
tree025d498ecf5e9fae894cb99218e998bc6179da0c
parentfb537cd0089db62190405e5ec43ce4740e65f330
ALSA: hda: 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-58-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c