aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/system76/whl-u
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/whl-u
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/whl-u')
-rw-r--r--src/mainboard/system76/whl-u/variants/darp5/hda_verb.c3
-rw-r--r--src/mainboard/system76/whl-u/variants/galp3-c/hda_verb.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/mainboard/system76/whl-u/variants/darp5/hda_verb.c b/src/mainboard/system76/whl-u/variants/darp5/hda_verb.c
index c36359091d..3372f9c490 100644
--- a/src/mainboard/system76/whl-u/variants/darp5/hda_verb.c
+++ b/src/mainboard/system76/whl-u/variants/darp5/hda_verb.c
@@ -6,8 +6,9 @@ const u32 cim_verb_data[] = {
/* Realtek ALC293 */
0x10ec0293, /* Vendor ID */
0x15581325, /* Subsystem ID */
- 12, /* Number of entries */
+ 13, /* Number of entries */
AZALIA_SUBVENDOR(0, 0x15581325),
+ AZALIA_RESET(1),
AZALIA_PIN_CFG(0, 0x12, 0x90a60140),
AZALIA_PIN_CFG(0, 0x13, 0x40000000),
AZALIA_PIN_CFG(0, 0x14, 0x90170110),
diff --git a/src/mainboard/system76/whl-u/variants/galp3-c/hda_verb.c b/src/mainboard/system76/whl-u/variants/galp3-c/hda_verb.c
index fe94926d72..03f2f8c2b3 100644
--- a/src/mainboard/system76/whl-u/variants/galp3-c/hda_verb.c
+++ b/src/mainboard/system76/whl-u/variants/galp3-c/hda_verb.c
@@ -6,8 +6,9 @@ const u32 cim_verb_data[] = {
/* Realtek ALC293 */
0x10ec0293, /* Vendor ID */
0x15581323, /* Subsystem ID */
- 12, /* Number of entries */
+ 13, /* Number of entries */
AZALIA_SUBVENDOR(0, 0x15581323),
+ AZALIA_RESET(1),
AZALIA_PIN_CFG(0, 0x12, 0x90a60130),
AZALIA_PIN_CFG(0, 0x13, 0x40000000),
AZALIA_PIN_CFG(0, 0x14, 0x90170110),