hda: detect two intel audio devices per device ID
from https://linux-hardware.org/?view=search&name=HD+Audio&vendorid=8086&classid=04-01#list Change-Id: Icd1dda5654783bb6f0633613218f8637dc4271a5 Reviewed-on: https://review.haiku-os.org/c/haiku/+/5179 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
This commit is contained in:
parent
8386ba2747
commit
b995f6a764
@ -22,7 +22,9 @@ static struct {
|
||||
uint16 vendor;
|
||||
uint16 device;
|
||||
} kSupportedDevices[] = {
|
||||
{ 0x8086, 0xa170}, // 100 Series HD Audio
|
||||
{ 0x8086, 0x9d71}, // 200 Series HD Audio
|
||||
{ 0x8086, 0xa348}, // 300 Series cAVS
|
||||
{ 0x8086, 0x9dc8}, // 300 Series HD Audio
|
||||
{ 0x8086, 0x06c8}, // 400 Series cAVS
|
||||
{ 0x8086, 0xa0c8}, // 500 Series HD Audio
|
||||
|
Loading…
Reference in New Issue
Block a user