Matt DeVillier has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/68552 )
Change subject: mb/google/drallion/hda_verb: add verbs for GPU HDMI audio ......................................................................
mb/google/drallion/hda_verb: add verbs for GPU HDMI audio
Test: cbmem reports verb table loaded for codec #2
Change-Id: I4db044535c95ccd3e81a67bb5e58e6f04ee8d12f Signed-off-by: Matt DeVillier matt.devillier@gmail.com --- M src/mainboard/google/drallion/variants/drallion/include/variant/hda_verb.h 1 file changed, 21 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/68552/1
diff --git a/src/mainboard/google/drallion/variants/drallion/include/variant/hda_verb.h b/src/mainboard/google/drallion/variants/drallion/include/variant/hda_verb.h index 98615d9..89c5175 100644 --- a/src/mainboard/google/drallion/variants/drallion/include/variant/hda_verb.h +++ b/src/mainboard/google/drallion/variants/drallion/include/variant/hda_verb.h @@ -176,6 +176,15 @@ 0x02040000, 0x0205000F, 0x02040000, + + 0x8086280b, /* Codec Vendor/Device ID: Intel CometPoint HDMI */ + 0x80860101, /* Subsystem ID */ + 4, /* Number of entries */ + + AZALIA_SUBVENDOR(2, 0x80860101), + AZALIA_PIN_CFG(2, 0x05, 0x18560010), + AZALIA_PIN_CFG(2, 0x06, 0x18560010), + AZALIA_PIN_CFG(2, 0x07, 0x18560010), };
const u32 pc_beep_verbs[] = {