]> git.baikalelectronics.ru Git - kernel.git/commit
Merge series "ASoC/SoundWire: fix timeout values" from Bard Liao <yung-chuan.liao...
authorMark Brown <broonie@kernel.org>
Fri, 15 Jan 2021 17:13:13 +0000 (17:13 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 15 Jan 2021 17:13:13 +0000 (17:13 +0000)
commit81779d6c9f7d1f76f8e04f91a7da0218802e487c
tree2f3c819ad50e744c65a8aac467e018137bbdd55e
parentd285214a17983cadac079733503228445e2d1b29
parentc916765e62839a3a0e5485304580ee7433621fb1
Merge series "ASoC/SoundWire: fix timeout values" from Bard Liao <yung-chuan.liao@linux.intel.com>:

The timeout for an individual transaction w/ the Cadence IP is the same as
the entire resume operation for codecs.
This doesn't make sense, we need to have at least one order of magnitude
between individual transactions and the entire resume operation.

Set the timeout on the Cadence side to 500ms and 5s for the codec resume.

Both ASoC and SoundWire trees are fine for this series.

Pierre-Louis Bossart (2):
  ASoC: codecs: soundwire: increase resume timeout
  soundwire: cadence: reduce timeout on transactions

 drivers/soundwire/cadence_master.c | 2 +-
 sound/soc/codecs/max98373-sdw.c    | 4 +++-
 sound/soc/codecs/rt1308-sdw.c      | 2 +-
 sound/soc/codecs/rt5682.h          | 2 +-
 sound/soc/codecs/rt700-sdw.c       | 2 +-
 sound/soc/codecs/rt711-sdw.c       | 2 +-
 sound/soc/codecs/rt715-sdw.c       | 2 +-
 7 files changed, 9 insertions(+), 7 deletions(-)

--
2.17.1