HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30892
Change subject: mb/ibase/mb899: Set HD Audio to off ......................................................................
mb/ibase/mb899: Set HD Audio to off
As AC'97 audio is ON in devicetree, HD audio should be OFF
Change-Id: I22af68ab92f76bf3ddcea10faa40a3c6fd934c04 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/ibase/mb899/devicetree.cb 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/92/30892/1
diff --git a/src/mainboard/ibase/mb899/devicetree.cb b/src/mainboard/ibase/mb899/devicetree.cb index 3544c96..05f48d8 100644 --- a/src/mainboard/ibase/mb899/devicetree.cb +++ b/src/mainboard/ibase/mb899/devicetree.cb @@ -41,7 +41,7 @@ register "c3_latency" = "85" register "p_cnt_throttling_supported" = "0"
- #device pci 1b.0 on end # High Definition Audio + device pci 1b.0 off end # High Definition Audio device pci 1c.0 on end # PCIe device pci 1c.1 on end # PCIe device pci 1c.2 on end # PCIe
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/30892
to look at the new patch set (#2).
Change subject: mb/ibase/mb899: Set HD Audio to off ......................................................................
mb/ibase/mb899: Set HD Audio to off
Regarding the user's manual, the mainboard has a ICH7M Built-in Audio controller + AC97 Codec ALC655 w/ 6 channels (Line-out, Line-in, Mic.), SPDIF-OUT + NS LM4950 (8-ohm 2W stereo audio power amplifier). As AC'97 audio is ON in devicetree, HD audio should be OFF.
Change-Id: I22af68ab92f76bf3ddcea10faa40a3c6fd934c04 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/mainboard/ibase/mb899/devicetree.cb 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/92/30892/2
HAOUAS Elyes has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/30892 )
Change subject: mb/ibase/mb899: Set HD Audio to off ......................................................................
Abandoned