commit | 88e540a8764ec0f5fb4a1185fbeb7827fefd3601 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Fri Jan 03 09:17:14 2020 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jan 03 09:24:45 2020 +0100 |
tree | fb750cf71269776d340b82c0b8a1b77bc5ab064e | |
parent | a5dc05e466b054722817e09e9e2867b2c373f570 [diff] |
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>