diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/hda_intel.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index ef9f072b47fc..986dc8e4f02a 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c | |||
@@ -101,6 +101,7 @@ MODULE_SUPPORTED_DEVICE("{{Intel, ICH6}," | |||
101 | "{Intel, ICH8}," | 101 | "{Intel, ICH8}," |
102 | "{Intel, ICH9}," | 102 | "{Intel, ICH9}," |
103 | "{Intel, ICH10}," | 103 | "{Intel, ICH10}," |
104 | "{Intel, PCH}," | ||
104 | "{Intel, SCH}," | 105 | "{Intel, SCH}," |
105 | "{ATI, SB450}," | 106 | "{ATI, SB450}," |
106 | "{ATI, SB600}," | 107 | "{ATI, SB600}," |
@@ -2263,6 +2264,8 @@ static struct pci_device_id azx_ids[] = { | |||
2263 | { PCI_DEVICE(0x8086, 0x293f), .driver_data = AZX_DRIVER_ICH }, | 2264 | { PCI_DEVICE(0x8086, 0x293f), .driver_data = AZX_DRIVER_ICH }, |
2264 | { PCI_DEVICE(0x8086, 0x3a3e), .driver_data = AZX_DRIVER_ICH }, | 2265 | { PCI_DEVICE(0x8086, 0x3a3e), .driver_data = AZX_DRIVER_ICH }, |
2265 | { PCI_DEVICE(0x8086, 0x3a6e), .driver_data = AZX_DRIVER_ICH }, | 2266 | { PCI_DEVICE(0x8086, 0x3a6e), .driver_data = AZX_DRIVER_ICH }, |
2267 | /* PCH */ | ||
2268 | { PCI_DEVICE(0x8086, 0x3b56), .driver_data = AZX_DRIVER_ICH }, | ||
2266 | /* SCH */ | 2269 | /* SCH */ |
2267 | { PCI_DEVICE(0x8086, 0x811b), .driver_data = AZX_DRIVER_SCH }, | 2270 | { PCI_DEVICE(0x8086, 0x811b), .driver_data = AZX_DRIVER_SCH }, |
2268 | /* ATI SB 450/600 */ | 2271 | /* ATI SB 450/600 */ |