aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/rt715-sdca-sdw.c
diff options
context:
space:
mode:
authorJack Yu <jack.yu@realtek.com>2021-06-07 17:22:35 -0500
committerMark Brown <broonie@kernel.org>2021-06-08 13:36:37 +0100
commite343d34a9c912fc5c321e2a9fbc02e9dc9534ade (patch)
treedc1c049db6462334dc6051f94ae79ecb362fdadc /sound/soc/codecs/rt715-sdca-sdw.c
parentASoC: rt715-sdw: use first_hw_init flag on resume (diff)
downloadlinux-dev-e343d34a9c912fc5c321e2a9fbc02e9dc9534ade.tar.xz
linux-dev-e343d34a9c912fc5c321e2a9fbc02e9dc9534ade.zip
ASoC: rt715-sdca: fix clock stop prepare timeout issue
Fix clock stop prepare timeout issue (#2853). The trigger of internal circuit which belong to “SDCA preset stuffs” was not set correctly in previous driver, which could block clock_stop_preparation state. Add the correct register setting to fix it. Fixes: 20d17057f0a8c ('ASoC: rt715-sdca: Add RT715 sdca vendor-specific driver') Signed-off-by: Jack Yu <jack.yu@realtek.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20210607222239.582139-12-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt715-sdca-sdw.c')
-rw-r--r--sound/soc/codecs/rt715-sdca-sdw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt715-sdca-sdw.c b/sound/soc/codecs/rt715-sdca-sdw.c
index 7646bbe739f1..a5c673f43d82 100644
--- a/sound/soc/codecs/rt715-sdca-sdw.c
+++ b/sound/soc/codecs/rt715-sdca-sdw.c
@@ -70,6 +70,7 @@ static bool rt715_sdca_mbq_readable_register(struct device *dev, unsigned int re
case 0x2000036:
case 0x2000037:
case 0x2000039:
+ case 0x2000044:
case 0x6100000:
return true;
default: