summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.cirrus.com>2026-06-23 11:18:11 +0100
committerMark Brown <broonie@kernel.org>2026-06-23 12:52:31 +0100
commitce52450319fb0ee122e5be5ec8dfb888ee1e0237 (patch)
tree1cec1679f004d2c557c0a878ce270f5f669593a5 /sound
parent5714c8359f4fc171ab8e0bd0dfc4c61fb36e1db6 (diff)
downloadlinux-ce52450319fb0ee122e5be5ec8dfb888ee1e0237.tar.gz
linux-ce52450319fb0ee122e5be5ec8dfb888ee1e0237.zip
ASoC: es9356: 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-3-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/codecs/es9356.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/soc/codecs/es9356.c b/sound/soc/codecs/es9356.c
index 670e918b56a4..8db81d574624 100644
--- a/sound/soc/codecs/es9356.c
+++ b/sound/soc/codecs/es9356.c
@@ -1111,8 +1111,10 @@ static int es9356_sdca_dev_resume(struct device *dev)
es9356->disable_irq = false;
ret = sdw_slave_wait_for_init(slave, es9356_PROBE_TIMEOUT);
- if (ret)
+ if (ret) {
+ sdw_show_ping_status(slave->bus, true);
return ret;
+ }
regcache_cache_only(es9356->regmap, false);
regcache_sync(es9356->regmap);