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