diff mbox series

ASoC: rt722-sdca: increase clk_stop_timeout to fix clock stop issue

Message ID cd26275d9fc54374a18dc016755cb72d@realtek.com (mailing list archive)
State Accepted
Commit 038fa6ddf5d22694f61ff7a7a53c8887c6b08c45
Headers show
Series ASoC: rt722-sdca: increase clk_stop_timeout to fix clock stop issue | expand

Commit Message

Jack Yu Oct. 21, 2024, 6:15 a.m. UTC
clk_stop_timeout should be increased to 900ms to fix clock stop issue.

Signed-off-by: Jack Yu <jack.yu@realtek.com>
---
 sound/soc/codecs/rt722-sdca-sdw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mark Brown Oct. 21, 2024, 9:38 p.m. UTC | #1
On Mon, 21 Oct 2024 06:15:44 +0000, Jack Yu wrote:
> clk_stop_timeout should be increased to 900ms to fix clock stop issue.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: rt722-sdca: increase clk_stop_timeout to fix clock stop issue
      commit: 038fa6ddf5d22694f61ff7a7a53c8887c6b08c45

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
diff mbox series

Patch

diff --git a/sound/soc/codecs/rt722-sdca-sdw.c b/sound/soc/codecs/rt722-sdca-sdw.c
index 87354bb1564e..d5c985ff5ac5 100644
--- a/sound/soc/codecs/rt722-sdca-sdw.c
+++ b/sound/soc/codecs/rt722-sdca-sdw.c
@@ -253,7 +253,7 @@  static int rt722_sdca_read_prop(struct sdw_slave *slave)
 	}
 
 	/* set the timeout values */
-	prop->clk_stop_timeout = 200;
+	prop->clk_stop_timeout = 900;
 
 	/* wake-up event */
 	prop->wake_capable = 1;