summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.cirrus.com>2026-06-23 11:18:12 +0100
committerMark Brown <broonie@kernel.org>2026-06-23 12:52:32 +0100
commit1921303a1d2f26ae70446aa18fb218767bddd913 (patch)
tree03cc78cef87d3d1e65942278665cfac75337de92 /sound
parentce52450319fb0ee122e5be5ec8dfb888ee1e0237 (diff)
downloadlinux-1921303a1d2f26ae70446aa18fb218767bddd913.tar.gz
linux-1921303a1d2f26ae70446aa18fb218767bddd913.zip
ASoC: max98373: Add back local call to sdw_show_ping_status()
As the core no longer calls this debug helper add it back to the drivers that originally called it. Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com> Link: https://patch.msgid.link/20260623101814.24044-4-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/max98373-sdw.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/soc/codecs/max98373-sdw.c b/sound/soc/codecs/max98373-sdw.c
index 6829fa07c9ec..7a42052dc051 100644
--- a/sound/soc/codecs/max98373-sdw.c
+++ b/sound/soc/codecs/max98373-sdw.c
@@ -272,8 +272,10 @@ static int max98373_resume(struct device *dev)
return 0;
ret = sdw_slave_wait_for_init(slave, MAX98373_PROBE_TIMEOUT);
- if (ret)
+ if (ret) {
+ sdw_show_ping_status(slave->bus, true);
return ret;
+ }
regcache_cache_only(max98373->regmap, false);
regcache_sync(max98373->regmap);