audiohda: add device id for x260's Intel Sunrise Point-LP. (thanks rodri)

This commit is contained in:
cinap_lenrek 2018-02-16 21:04:38 +01:00
parent b192800096
commit 5d6a11c387

View file

@ -1751,6 +1751,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) | 0x9d70: /* Intel Sunrise Point-LP */
case (0x8086 << 16) | 0x3a6e: /* Intel ICH10 */
case (0x10de << 16) | 0x026c: /* NVidia MCP51 (untested) */