audiohda: add support for Gemini-Lake audio in Intel NUC nuc7pjyh (thanks sam-d)

This commit is contained in:
cinap_lenrek 2019-04-08 15:50:13 +02:00
parent b56ba6210f
commit 3e65a15ae0

View file

@ -1754,6 +1754,7 @@ hdamatch(Pcidev *p)
case (0x8086 << 16) | 0x9d70: /* Intel Sunrise Point-LP */
case (0x8086 << 16) | 0x9d71: /* Intel Sunrise Point-LP */
case (0x8086 << 16) | 0x3a6e: /* Intel ICH10 */
case (0x8086 << 16) | 0x3198: /* Intel Gemini-Lake */
case (0x10de << 16) | 0x026c: /* NVidia MCP51 (untested) */
case (0x10de << 16) | 0x0371: /* NVidia MCP55 (untested) */