summaryrefslogtreecommitdiff
path: root/src/mainboard/system76/bonw14
diff options
context:
space:
mode:
authorTim Crawford <tcrawford@system76.com>2022-08-19 13:18:24 -0600
committerMartin L Roth <gaumless@gmail.com>2022-11-24 17:51:54 +0000
commit705ebbea04778cef3b51bc7a06b216fd73a193d2 (patch)
treefbd06dbbad58a043a0a06497df3e9011a418c34a /src/mainboard/system76/bonw14
parentc9cb8ff8fbc107c45a7583241032a401baa217f5 (diff)
mb/system76: Reset Realtek codec before configuring
Perform a codec reset before configuring to avoid potential issues like oryp5 had before 86f410479ca9 ("mb/system76/oryp5: Reset HDA before configuring"). Inspecting proprietary firmware for multiple boards shows that this is always done as well. Change-Id: I64c1fd23f708f77a81fad0bc889f42d4df3f6e61 Signed-off-by: Tim Crawford <tcrawford@system76.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/66918 Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jeremy Soller <jeremy@system76.com>
Diffstat (limited to 'src/mainboard/system76/bonw14')
-rw-r--r--src/mainboard/system76/bonw14/hda_verb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/system76/bonw14/hda_verb.c b/src/mainboard/system76/bonw14/hda_verb.c
index 00f5fdb8d9..dfe3187ce4 100644
--- a/src/mainboard/system76/bonw14/hda_verb.c
+++ b/src/mainboard/system76/bonw14/hda_verb.c
@@ -6,8 +6,9 @@ const u32 cim_verb_data[] = {
/* Realtek, ALC1220 */
0x10ec1220, /* Vendor ID */
0x15587714, /* Subsystem ID */
- 12, /* Number of entries */
+ 13, /* Number of entries */
AZALIA_SUBVENDOR(0, 0x15587714),
+ AZALIA_RESET(1),
AZALIA_PIN_CFG(0, 0x12, 0x90a60130),
AZALIA_PIN_CFG(0, 0x14, 0x40000000),
AZALIA_PIN_CFG(0, 0x15, 0x411111f0),