audiohda: support Intel Sunrise Point-LP on thinkpad X1
This commit is contained in:
parent
a8644d01c3
commit
6cd83e5d24
1 changed files with 1 additions and 0 deletions
|
@ -1752,6 +1752,7 @@ hdamatch(Pcidev *p)
|
|||
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) | 0x9d71: /* Intel Sunrise Point-LP */
|
||||
case (0x8086 << 16) | 0x3a6e: /* Intel ICH10 */
|
||||
|
||||
case (0x10de << 16) | 0x026c: /* NVidia MCP51 (untested) */
|
||||
|
|
Loading…
Reference in a new issue