]> 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)
commit00da440da65146e89e8249e05efdb95f9219ad09
tree9c8385506de4b218326592bd530dfb7ea3e4dd8f
parentfd8509b45010188ae046bb7aeb92d6ce36900d75
parentb3e37ac48e992d60b08954c3e1ad0a9b7594ef89
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.