ASoC/soundwire: log actual PING status on resume issues
authorMark Brown <broonie@kernel.org>
Wed, 17 Aug 2022 14:18:47 +0000 (15:18 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 17 Aug 2022 14:18:47 +0000 (15:18 +0100)
commit1decead8d7137fd9db4880207ee323fc8a279a49
tree80c02e99f2d01e708b70a23f7f955c231530726e
parent26bdcc4ba12351642cd94339aa6996f96434dd47
parent917df025e1db1286afb6e46914ae3e8b40241568
ASoC/soundwire: log actual PING status on resume issues

Merge series from Bard Liao <yung-chuan.liao@linux.intel.com>:

we've been stuck with problems in the dual-amplifier configurations where
one of the two devices seems to become UNATTACHED and never regains sync,
see https://github.com/thesofproject/linux/issues/3638.

This is a rather infrequent issue that may happen once or twice per month,
but still it remains a concern.

One possibility is that the device does lose sync but somehow our hardware
detection fails to see it resync.

This series just adds a basic read directly from the PING frames to help
confirm if yes/no the device regain sync.