audiohda: add pci id for ICH10 (thanks echoline)

This commit is contained in:
cinap_lenrek 2017-09-10 01:37:30 +02:00
parent bd4513fe87
commit e6e745e776

View file

@ -1750,6 +1750,7 @@ hdamatch(Pcidev *p)
case (0x8086 << 16) | 0x9c20: /* Intel 8 Series Lynx Point */
case (0x8086 << 16) | 0x9ca0: /* Intel Wildcat Point */
case (0x8086 << 16) | 0xa170: /* Intel Sunrise Point-H */
case (0x8086 << 16) | 0x3a6e: /* Intel ICH10 */
case (0x10de << 16) | 0x026c: /* NVidia MCP51 (untested) */
case (0x10de << 16) | 0x0371: /* NVidia MCP55 (untested) */