ALSA: hda/cs8409: Increase delay during jack detection
authorChristian A. Ehrhardt <lk@c--e.de>
Fri, 31 Dec 2021 13:12:21 +0000 (14:12 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Jan 2022 10:04:18 +0000 (11:04 +0100)
commitb624b5b2fe028ac28023e36c82b718ddd4a4c00a
tree6eacbb4fc0147ac10f8c761413151329faaf4ac6
parent65b517f4e0c65c80a9006eabc5ad418998690404
ALSA: hda/cs8409: Increase delay during jack detection

[ Upstream commit 8cd07657177006b67cc1610e4466cc75ad781c05 ]

Commit c8b4f0865e82 reduced delays related to cs42l42 jack
detection. However, the change was too aggressive. As a result
internal speakers on DELL Inspirion 3501 are not detected.

Increase the delay in cs42l42_run_jack_detect() a bit.

Fixes: c8b4f0865e82 ("ALSA: hda/cs8409: Remove unnecessary delays")
Signed-off-by: Christian A. Ehrhardt <lk@c--e.de>
Link: https://lore.kernel.org/r/20211231131221.itwotyfk5qomn7n6@cae.in-ulm.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/pci/hda/patch_cs8409.c