aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorPoornima Tom <poornima.tom@intel.com>2024-04-03 12:13:31 +0530
committerShelley Chen <shchen@google.com>2024-04-08 20:43:27 +0000
commitf867c9c5473156617691d78350c362cd993bfcdd (patch)
treea55c9cb289184e8dc318f0a8fb955792979a2c41 /src/mainboard
parenta9497e11e775ab2bd138a79c4f9d424fcf431b81 (diff)
mb/google/brox: Update verb table to fix headset detection
Correct verbtable value for pin widget 20 of Realtek ALC256 based on the updated verbtable received from Realtek. Updated Version : 5.0.3.1. This fixes the headset detection failure, when power_save is enabled in legacy hda driver. BUG=b:330433089 BRANCH=None TEST=Verified headset on Brox When connected to audiojack in power_save state of legacy hda driver, headset is detected and audio is resumed. Change-Id: I71b7d59b3ab5310a0b6cdb31fb5033f94263d151 Signed-off-by: Poornima Tom <poornima.tom@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81654 Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Terry Cheong <htcheong@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Shelley Chen <shchen@google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/brox/hda_verb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/brox/hda_verb.c b/src/mainboard/google/brox/hda_verb.c
index bf998e1f0c..a012ac4330 100644
--- a/src/mainboard/google/brox/hda_verb.c
+++ b/src/mainboard/google/brox/hda_verb.c
@@ -107,9 +107,9 @@ const u32 cim_verb_data[] = {
* To set LDO1/LDO2 as default (used for headset)
*/
0x02050008,
- 0x02046A0C,
+ 0x0204EA0C,
0x02050008,
- 0x02046A0C,
+ 0x0204EA0C,
};
const u32 pc_beep_verbs[] = {