Commit 9b378685 authored by Jack Yu's avatar Jack Yu Committed by Wen Zhiwei
Browse files

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

stable inclusion
from stable-v6.6.62
commit 4f885fa649836905e2bf665baea2c5fc8a11f0e8
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/IB5BUT

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=4f885fa649836905e2bf665baea2c5fc8a11f0e8



--------------------------------

[ Upstream commit 038fa6ddf5d22694f61ff7a7a53c8887c6b08c45 ]

clk_stop_timeout should be increased to 900ms to fix clock stop issue.

Signed-off-by: default avatarJack Yu <jack.yu@realtek.com>
Link: https://patch.msgid.link/cd26275d9fc54374a18dc016755cb72d@realtek.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
Signed-off-by: default avatarWen Zhiwei <wenzhiwei@kylinos.cn>
parent 3082d33f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;