Patch "ASoC: rt715-sdca: fix clock stop prepare timeout issue" has been added to the 6.1-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: rt715-sdca: fix clock stop prepare timeout issue

to the 6.1-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-rt715-sdca-fix-clock-stop-prepare-timeout-issue.patch
and it can be found in the queue-6.1 subdirectory.

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



commit a7680e8fbe467485794829c461ded430bd9b8c00
Author: Jack Yu <jack.yu@xxxxxxxxxxx>
Date:   Mon Jan 30 02:43:25 2023 +0000

    ASoC: rt715-sdca: fix clock stop prepare timeout issue
    
    [ Upstream commit 2036890282d56bcbf7f915ba9e04bf77967ab231 ]
    
    Modify clock_stop_timeout value for rt715-sdca according to
    the requirement of internal clock trimming.
    
    Signed-off-by: Jack Yu <jack.yu@xxxxxxxxxxx>
    Link: https://lore.kernel.org/r/574b6586267a458cac78c5ac4d5b10bd@xxxxxxxxxxx
    Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/sound/soc/codecs/rt715-sdca-sdw.c b/sound/soc/codecs/rt715-sdca-sdw.c
index 3f981a9e7fb67..c54ecf3e69879 100644
--- a/sound/soc/codecs/rt715-sdca-sdw.c
+++ b/sound/soc/codecs/rt715-sdca-sdw.c
@@ -167,7 +167,7 @@ static int rt715_sdca_read_prop(struct sdw_slave *slave)
 	}
 
 	/* set the timeout values */
-	prop->clk_stop_timeout = 20;
+	prop->clk_stop_timeout = 200;
 
 	return 0;
 }



[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