aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2022-05-23 15:55:31 -0500
committerFelix Held <felix-coreboot@felixheld.de>2022-10-20 14:51:15 +0000
commit1e56b0fe6ff741c3950270420f5cbfecd87e59a5 (patch)
treeab3cd76bea5fd385013dedd1e9cecb9013b5b52d
parent4afd0915a60eb9f76d0499adf8101ced038ab935 (diff)
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> Reviewed-on: https://review.coreboot.org/c/coreboot/+/68552 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r--src/mainboard/google/drallion/variants/drallion/include/variant/hda_verb.h9
1 files changed, 9 insertions, 0 deletions
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 98615d91c7..89c5175d9c 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 @@ const u32 cim_verb_data[] = {
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[] = {