ASoC: rt722-sdca: increase clk_stop_timeout to fix clock stop issue
authorJack Yu <jack.yu@realtek.com>
Mon, 21 Oct 2024 06:15:44 +0000 (06:15 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 21 Oct 2024 11:49:15 +0000 (12:49 +0100)
clk_stop_timeout should be increased to 900ms to fix clock stop issue.

Signed-off-by: Jack Yu <jack.yu@realtek.com>
Link: https://patch.msgid.link/cd26275d9fc54374a18dc016755cb72d@realtek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/rt722-sdca-sdw.c

index 87354bb1564e8d1c904222b9602481967ebd3907..d5c985ff5ac553d7e44a9c33681a6b0ce98b3cfd 100644 (file)
@@ -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;