audiohda: vmware support (thanks dreadlorde)

This commit is contained in:
cinap_lenrek 2013-09-22 18:26:52 +02:00
parent e4942b78fd
commit 99167104f9

View file

@ -1608,6 +1608,8 @@ hdamatch(Pcidev *p)
case (0x1106 << 16) | 0x3288: /* VIA (untested) */
case (0x1039 << 16) | 0x7502: /* SIS (untested) */
case (0x10b9 << 16) | 0x5461: /* ULI (untested) */
case (0x15ad << 16) | 0x1977: /* Vmware */
return p;
}
return nil;