ALSA: Use const struct ac97_quirk
Use const to reduce data by ~3Kb. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:

committed by
Takashi Iwai

parent
751e221689
commit
eab0fbfa41
@@ -43,7 +43,7 @@ static char *ac97_quirk;
|
||||
module_param(ac97_quirk, charp, 0444);
|
||||
MODULE_PARM_DESC(ac97_quirk, "AC'97 board specific workarounds.");
|
||||
|
||||
static struct ac97_quirk ac97_quirks[] = {
|
||||
static const struct ac97_quirk ac97_quirks[] = {
|
||||
#if 0 /* Not yet confirmed if all 5536 boards are HP only */
|
||||
{
|
||||
.subvendor = PCI_VENDOR_ID_AMD,
|
||||
|
Reference in New Issue
Block a user