From 285216ba36dcb542535a1ae4f215da836dfebb70 Mon Sep 17 00:00:00 2001 From: Levi Portenier Date: Fri, 20 Oct 2023 12:24:22 -0600 Subject: mb/system76/rpl: Fix bonw15, oryp11 speaker output Users have reported audio cutting in and out when playing through the speakers on bonw15 and oryp11. This issue originally only affected serw13 and was fixed before upstreaming. Apply the updated HDA verb provided by Clevo to fix speaker output on these units as well. Change-Id: I105bf165227456593863faa9bb8c4f152e49796b Signed-off-by: Levi Portenier Signed-off-by: Tim Crawford Tested-by: Daniel Sutton Reviewed-on: https://review.coreboot.org/c/coreboot/+/78511 Tested-by: build bot (Jenkins) Reviewed-by: Jeremy Soller --- src/mainboard/system76/rpl/variants/bonw15/hda_verb.c | 2 +- src/mainboard/system76/rpl/variants/oryp11/hda_verb.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/system76/rpl/variants') diff --git a/src/mainboard/system76/rpl/variants/bonw15/hda_verb.c b/src/mainboard/system76/rpl/variants/bonw15/hda_verb.c index 7abc88892b..c1f031cc95 100644 --- a/src/mainboard/system76/rpl/variants/bonw15/hda_verb.c +++ b/src/mainboard/system76/rpl/variants/bonw15/hda_verb.c @@ -126,7 +126,7 @@ const u32 cim_verb_data[] = { 0x02050028, 0x02040000, 0x02050029, 0x0204ea00, 0x0205002b, 0x02040047, 0x0205002c, 0x0204b423, 0x02050027, 0x02040010, 0x02050028, 0x02040000, - 0x02050029, 0x0204c203, 0x0205002b, 0x02040084, + 0x02050029, 0x0204c203, 0x0205002b, 0x02040004, 0x0205002c, 0x0204b423, 0x02050027, 0x02040010, 0x02050028, 0x02040000, 0x02050029, 0x0204c206, 0x0205002b, 0x02040078, 0x0205002c, 0x0204b423, diff --git a/src/mainboard/system76/rpl/variants/oryp11/hda_verb.c b/src/mainboard/system76/rpl/variants/oryp11/hda_verb.c index dbed36fe24..15d12f43bb 100644 --- a/src/mainboard/system76/rpl/variants/oryp11/hda_verb.c +++ b/src/mainboard/system76/rpl/variants/oryp11/hda_verb.c @@ -126,7 +126,7 @@ const u32 cim_verb_data[] = { 0x02050028, 0x02040000, 0x02050029, 0x0204ea00, 0x0205002b, 0x02040047, 0x0205002c, 0x0204b423, 0x02050027, 0x02040010, 0x02050028, 0x02040000, - 0x02050029, 0x0204c203, 0x0205002b, 0x02040084, + 0x02050029, 0x0204c203, 0x0205002b, 0x02040004, 0x0205002c, 0x0204b423, 0x02050027, 0x02040010, 0x02050028, 0x02040000, 0x02050029, 0x0204c206, 0x0205002b, 0x02040078, 0x0205002c, 0x0204b423, -- cgit v1.2.3