OSDN Git Service

ASoC: rockchip: i2s: use regmap_read_poll_timeout to poll I2S_CLR
authorJudy Hsiao <judyhsiao@chromium.org>
Wed, 14 Sep 2022 03:12:34 +0000 (03:12 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 14 Sep 2022 09:39:28 +0000 (10:39 +0100)
commitfbb0ec656ee5ee43b4b3022fd8290707265c52df
treeee81d5167b923203519640e9d7a69ffe175354f0
parent3e9a838634b181b5775d3459f05c2055d24d080a
ASoC: rockchip: i2s: use regmap_read_poll_timeout to poll I2S_CLR

Use regmap_read_poll_timeout to poll I2S_CLR.
It also fixes the 'rockchip-i2s ff070000.i2s; fail to clear' when
the read of I2S_CLR exceeds the retry limit.

Fixes: 0ff9f8b9f592 ("ASoC: rockchip: i2s: Fix error code when fail to read I2S_CLR")
Signed-off-by: Judy Hsiao <judyhsiao@chromium.org>
Reviewed-by: Brian Norris <briannorris@chromium.org>
Link: https://lore.kernel.org/r/20220914031234.2250298-1-judyhsiao@chromium.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/rockchip/rockchip_i2s.c