Skip to content

Commit 5f44de6

Browse files
David Raubroonie
authored andcommitted
ASoC: da7219: Support low DC impedance headset
Change the default MIC detection impedance threshold to 200ohm to support low mic DC impedance headset. Signed-off-by: David Rau <David.Rau.opensource@dm.renesas.com> Link: https://lore.kernel.org/r/20231201042933.26392-1-David.Rau.opensource@dm.renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent b5338b1 commit 5f44de6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/codecs/da7219-aad.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ static struct da7219_aad_pdata *da7219_aad_fw_to_pdata(struct device *dev)
696696
aad_pdata->mic_det_thr =
697697
da7219_aad_fw_mic_det_thr(dev, fw_val32);
698698
else
699-
aad_pdata->mic_det_thr = DA7219_AAD_MIC_DET_THR_500_OHMS;
699+
aad_pdata->mic_det_thr = DA7219_AAD_MIC_DET_THR_200_OHMS;
700700

701701
if (fwnode_property_read_u32(aad_np, "dlg,jack-ins-deb", &fw_val32) >= 0)
702702
aad_pdata->jack_ins_deb =

0 commit comments

Comments
 (0)