Patch "ASoC: rt722-sdca-sdw: add debounce time for type detection" has been added to the 6.6-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

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

to the 6.6-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     asoc-rt722-sdca-sdw-add-debounce-time-for-type-detec.patch
and it can be found in the queue-6.6 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit be02c1ff6969fe3017439c6566bfaf348a86176a
Author: Jack Yu <jack.yu@xxxxxxxxxxx>
Date:   Wed Jun 12 09:01:07 2024 +0000

    ASoC: rt722-sdca-sdw: add debounce time for type detection
    
    [ Upstream commit f3b198e4788fcc8d03ed0c8bd5e3856c6a5760c5 ]
    
    Add debounce time in headset type detection for better performance.
    
    Signed-off-by: Jack Yu <jack.yu@xxxxxxxxxxx>
    Link: https://lore.kernel.org/r/7e502e9a9dd94122a1b60deb5ceb60fb@xxxxxxxxxxx
    Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/sound/soc/codecs/rt722-sdca-sdw.c b/sound/soc/codecs/rt722-sdca-sdw.c
index cf2feb41c8354..32578a212642e 100644
--- a/sound/soc/codecs/rt722-sdca-sdw.c
+++ b/sound/soc/codecs/rt722-sdca-sdw.c
@@ -349,7 +349,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);
 




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux