Unverified Commit f3b198e4 authored by Jack Yu's avatar Jack Yu Committed by Mark Brown
Browse files

ASoC: rt722-sdca-sdw: add debounce time for type detection



Add debounce time in headset type detection for better performance.

Signed-off-by: default avatarJack Yu <jack.yu@realtek.com>
Link: https://lore.kernel.org/r/7e502e9a9dd94122a1b60deb5ceb60fb@realtek.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 6f2a43e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -352,7 +352,7 @@ static int rt722_sdca_interrupt_callback(struct sdw_slave *slave,

	if (status->sdca_cascade && !rt722->disable_irq)
		mod_delayed_work(system_power_efficient_wq,
			&rt722->jack_detect_work, msecs_to_jiffies(30));
			&rt722->jack_detect_work, msecs_to_jiffies(280));

	mutex_unlock(&rt722->disable_irq_lock);