diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index abe9493f0a2c..715260787953 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -310,6 +310,9 @@ static struct hda_board_config stac922x_cfg_tbl[] = { | |||
310 | .pci_subdevice = 0x0b0b, | 310 | .pci_subdevice = 0x0b0b, |
311 | .config = STAC_D945GTP3 }, /* Intel D945PSN - 3 Stack, 9221 A1 */ | 311 | .config = STAC_D945GTP3 }, /* Intel D945PSN - 3 Stack, 9221 A1 */ |
312 | { .pci_subvendor = PCI_VENDOR_ID_INTEL, | 312 | { .pci_subvendor = PCI_VENDOR_ID_INTEL, |
313 | .pci_subdevice = 0x0707, | ||
314 | .config = STAC_D945GTP5 }, /* Intel D945PSV - 5 Stack */ | ||
315 | { .pci_subvendor = PCI_VENDOR_ID_INTEL, | ||
313 | .pci_subdevice = 0x0404, | 316 | .pci_subdevice = 0x0404, |
314 | .config = STAC_D945GTP5 }, /* Intel D945GTP - 5 Stack */ | 317 | .config = STAC_D945GTP5 }, /* Intel D945GTP - 5 Stack */ |
315 | { .pci_subvendor = PCI_VENDOR_ID_INTEL, | 318 | { .pci_subvendor = PCI_VENDOR_ID_INTEL, |