]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit17a143df13d74f6afbf526e22133c7cfc5132288
tree9c8385506de4b218326592bd530dfb7ea3e4dd8f
parentf8b383fef6924d7cdf8d6b841f4b6df9bab84191
parent4a0a4cf938597a792cf7e0b9647d30e4cf4fb391
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.