nb/intel/haswell: Add a PCI ID for a Mini-HD audio controller
The PCI ID was taken from the output of `lspci` on an ASRock H81M-HDS. Change-Id: I3679d1ab0ae08726bff04c5985d6d93437b2fb81 Signed-off-by: Tristan Corrick <tristan@corrick.kiwi> Reviewed-on: https://review.coreboot.org/29379 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
4817012e93
commit
3ffbc7c8e2
|
@ -128,7 +128,7 @@ static struct device_operations minihd_ops = {
|
|||
.ops_pci = &minihd_pci_ops,
|
||||
};
|
||||
|
||||
static const unsigned short pci_device_ids[] = { 0x0a0c, 0 };
|
||||
static const unsigned short pci_device_ids[] = { 0x0a0c, 0x0c0c, 0 };
|
||||
|
||||
static const struct pci_driver haswell_minihd __pci_driver = {
|
||||
.ops = &minihd_ops,
|
||||
|
|
Loading…
Reference in New Issue