summaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorJeremy Soller <jeremy@system76.com>2020-07-20 15:27:38 -0600
committerPatrick Georgi <pgeorgi@google.com>2020-09-08 05:35:56 +0000
commit27dd66aca7613e3851a1b7a2826272c9c50e1697 (patch)
tree0774c9a3df90b0a60930be419bf716183fbb5d3e /src/mainboard
parent3406a4afeff0fc9e1f265ab74b52732bf7a05eb8 (diff)
downloadcoreboot-27dd66aca7613e3851a1b7a2826272c9c50e1697.tar.xz
mb/system76/lemp9: update HDA pin config
To minimize the quirks the kernel has to apply, the headset mic is set to its correct value in coreboot. Tested on lemp9, audio is functional. Signed-off-by: Jeremy Soller <jeremy@system76.com> Change-Id: I6b59de95f01360a5f7779f87f39edeb75dedc215 Reviewed-on: https://review.coreboot.org/c/coreboot/+/43631 Reviewed-by: Michael Niewöhner Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/system76/lemp9/hda_verb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/system76/lemp9/hda_verb.c b/src/mainboard/system76/lemp9/hda_verb.c
index 3f77dc2fc7..7bb073698d 100644
--- a/src/mainboard/system76/lemp9/hda_verb.c
+++ b/src/mainboard/system76/lemp9/hda_verb.c
@@ -15,7 +15,7 @@ const u32 cim_verb_data[] = {
AZALIA_PIN_CFG(0, 0x16, 0x411111f0),
AZALIA_PIN_CFG(0, 0x18, 0x411111f0),
AZALIA_PIN_CFG(0, 0x19, 0x411111f0),
- AZALIA_PIN_CFG(0, 0x1a, 0x411111f0),
+ AZALIA_PIN_CFG(0, 0x1a, 0x01a1913c),
AZALIA_PIN_CFG(0, 0x1b, 0x411111f0),
AZALIA_PIN_CFG(0, 0x1d, 0x41748245),
AZALIA_PIN_CFG(0, 0x1e, 0x411111f0),