summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/brya/variants
diff options
context:
space:
mode:
authorTerry Cheong <htcheong@chromium.org>2023-12-12 11:04:33 +0800
committerFelix Held <felix-coreboot@felixheld.de>2023-12-15 11:27:34 +0000
commit053c901548b751dd10eeae5e0afae8359290bede (patch)
tree87133101bd67bc5e15bee9ec5d6d9a3856069f54 /src/mainboard/google/brya/variants
parent77f1062e77b7d6d8605b67fc9479457a4abde22f (diff)
downloadcoreboot-053c901548b751dd10eeae5e0afae8359290bede.tar.gz
coreboot-053c901548b751dd10eeae5e0afae8359290bede.tar.bz2
coreboot-053c901548b751dd10eeae5e0afae8359290bede.zip
mb/google: Reduce DA7219 mic detect threshold to 200ohm
The original DA7219 is designed to use a 500ohm mic detection threshold. Some headset mics (e.g. Logitech H111) have a lower DC impedance that is lower than the threshold and thus cannot be detected. Lower the threshold to 200ohm to match the new default value provided by Renasas as in https://patchwork.kernel.org/project/alsa-devel/patch/20231201042933.26392-1-David.Rau.opensource@dm.renesas.com/ to support such headsets. BUG=b:314062160,b:308207450 Change-Id: I6415e84a4622e0c61bc74b94536fe734048a043f Signed-off-by: Terry Cheong <htcheong@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/79436 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <ericllai@google.com> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Subrata Banik <subratabanik@google.com>
Diffstat (limited to 'src/mainboard/google/brya/variants')
-rw-r--r--src/mainboard/google/brya/variants/pirrha/overridetree.cb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/brya/variants/pirrha/overridetree.cb b/src/mainboard/google/brya/variants/pirrha/overridetree.cb
index 6ba61418c040..f0fb290080d4 100644
--- a/src/mainboard/google/brya/variants/pirrha/overridetree.cb
+++ b/src/mainboard/google/brya/variants/pirrha/overridetree.cb
@@ -375,7 +375,7 @@ chip soc/intel/alderlake
chip drivers/i2c/da7219
register "irq_gpio" = "ACPI_GPIO_IRQ_EDGE_BOTH(GPP_A23)"
register "btn_cfg" = "50"
- register "mic_det_thr" = "500"
+ register "mic_det_thr" = "200"
register "jack_ins_deb" = "20"
register "jack_det_rate" = ""32ms_64ms""
register "jack_rem_deb" = "1"