diff options
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/hda_intel.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index d89647a3d449..959953ca320a 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c | |||
@@ -64,7 +64,8 @@ MODULE_PARM_DESC(model, "Use the given board model."); | |||
64 | MODULE_LICENSE("GPL"); | 64 | MODULE_LICENSE("GPL"); |
65 | MODULE_SUPPORTED_DEVICE("{{Intel, ICH6}," | 65 | MODULE_SUPPORTED_DEVICE("{{Intel, ICH6}," |
66 | "{Intel, ICH6M}," | 66 | "{Intel, ICH6M}," |
67 | "{Intel, ICH7}}"); | 67 | "{Intel, ICH7}," |
68 | "{Intel, ESB2}}"); | ||
68 | MODULE_DESCRIPTION("Intel HDA driver"); | 69 | MODULE_DESCRIPTION("Intel HDA driver"); |
69 | 70 | ||
70 | #define SFX "hda-intel: " | 71 | #define SFX "hda-intel: " |
@@ -1422,6 +1423,7 @@ static void __devexit azx_remove(struct pci_dev *pci) | |||
1422 | static struct pci_device_id azx_ids[] = { | 1423 | static struct pci_device_id azx_ids[] = { |
1423 | { 0x8086, 0x2668, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* ICH6 */ | 1424 | { 0x8086, 0x2668, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* ICH6 */ |
1424 | { 0x8086, 0x27d8, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* ICH7 */ | 1425 | { 0x8086, 0x27d8, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* ICH7 */ |
1426 | { 0x8086, 0x269a, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }, /* ESB2 */ | ||
1425 | { 0, } | 1427 | { 0, } |
1426 | }; | 1428 | }; |
1427 | MODULE_DEVICE_TABLE(pci, azx_ids); | 1429 | MODULE_DEVICE_TABLE(pci, azx_ids); |