ASoC: Intel: avs: Updates and cleanups
authorMark Brown <broonie@kernel.org>
Mon, 11 Jul 2022 21:13:49 +0000 (22:13 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 11 Jul 2022 21:13:49 +0000 (22:13 +0100)
commit388fe2b8a3a0f597b2680e8f1ef5324e1db76ed2
tree9c8385506de4b218326592bd530dfb7ea3e4dd8f
parent2551b6e89936f98406bce9c1d50110e3ff443f81
parentf1eea11523e4394d6670f10a51356e9b7c8567a8
ASoC: Intel: avs: Updates and cleanups

Merge series from Cezary Rojewski <cezary.rojewski@intel.com>:

Series consists of loosely connected patches and does not concentrate on
one specific subject.

First, as generic HDAudio codec driver is now part of ASoC, avs-driver
core is updated to register missing ext_bus operations. This completes
driver's core implementation.

The next change adds the last missing piece for port descriptions coming
from topology in formatted string format e.g.: ssp%d have full
effect. To do that, the port value needs to be provided to respective
copier configuration.

Third change relaxes core transition timings so that scenarios where
modules are interfering with each other while being on separate cores
are not occasionally causing trouble.

All other changes are addressing warnings, cleaning things up a little
and protecting driver from invalid firmware behavior - while not
expected in release binaries, does not hurt to add them.