mb/starlabs/starbook/adl: Enable the PchHdaAudioLinkHdaEnable UPD
Enable the PchHdaAudioLinkHdaEnable UPD so that the sound works. Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: Ie3493af340a42035ee537d83b1542be1b87d8f9c Reviewed-on: https://review.coreboot.org/c/coreboot/+/71979 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
This commit is contained in:
parent
64871adae0
commit
7c5625b5c8
|
@ -165,9 +165,10 @@ chip soc/intel/alderlake
|
||||||
end
|
end
|
||||||
device ref p2sb on end
|
device ref p2sb on end
|
||||||
device ref hda on
|
device ref hda on
|
||||||
register "pch_hda_idisp_codec_enable" = "1"
|
register "pch_hda_audio_link_hda_enable" = "1"
|
||||||
register "pch_hda_idisp_link_frequency" = "HDA_LINKFREQ_96MHZ"
|
register "pch_hda_idisp_codec_enable" = "1"
|
||||||
register "pch_hda_idisp_link_tmode" = "HDA_TMODE_8T"
|
register "pch_hda_idisp_link_frequency" = "HDA_LINKFREQ_96MHZ"
|
||||||
|
register "pch_hda_idisp_link_tmode" = "HDA_TMODE_8T"
|
||||||
end
|
end
|
||||||
device ref smbus on end
|
device ref smbus on end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue