intel/apollolake: Add HDA to disable_dev function
Change-Id: Id4f5e1fad935645830782ba922f55f614c72cf06 Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31353 Reviewed-by: Patrick Rudolph <siro@das-labor.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
346d201d73
commit
4074ce0cc7
|
@ -532,6 +532,9 @@ static void disable_dev(struct device *dev, FSP_S_CONFIG *silconfig)
|
|||
silconfig->IpuEn = 0;
|
||||
break;
|
||||
#endif
|
||||
case PCH_DEVFN_HDA:
|
||||
silconfig->HdaEnable = 0;
|
||||
break;
|
||||
default:
|
||||
printk(BIOS_WARNING, "PCI:%02x.%01x: Could not disable the device\n",
|
||||
PCI_SLOT(dev->path.pci.devfn),
|
||||
|
|
Loading…
Reference in New Issue