diff options
-rw-r--r-- | sound/pci/hda/hda_intel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 1672cace1ae7..517a8d7bf337 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c | |||
@@ -1518,7 +1518,7 @@ static int azx_dev_free(struct snd_device *device) | |||
1518 | /* | 1518 | /* |
1519 | * white/black-listing for position_fix | 1519 | * white/black-listing for position_fix |
1520 | */ | 1520 | */ |
1521 | static const struct snd_pci_quirk position_fix_list[] __devinitdata = { | 1521 | static struct snd_pci_quirk position_fix_list[] __devinitdata = { |
1522 | SND_PCI_QUIRK(0x1028, 0x01cc, "Dell D820", POS_FIX_NONE), | 1522 | SND_PCI_QUIRK(0x1028, 0x01cc, "Dell D820", POS_FIX_NONE), |
1523 | {} | 1523 | {} |
1524 | }; | 1524 | }; |