]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: Intel: avs: Fixes and cleanups
authorMark Brown <broonie@kernel.org>
Thu, 9 Jan 2025 15:55:24 +0000 (15:55 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 9 Jan 2025 15:55:24 +0000 (15:55 +0000)
commitfd688ce125a4ff5cc2b6be1184dc17c9f342db37
treed50ac7371a168b254eb3cd27498c7bd3243a59ba
parent82a0a3e6f8c02b3236b55e784a083fa4ee07c321
parent0b12850ddfb0032376ef1be10b5b46be00bba4d4
ASoC: Intel: avs: Fixes and cleanups

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

A set of loosely connected changes, fixing few outstanding issues as
well as improving readability of the existing code.

The fixes lead the series, first five patches. The goal is to make sure
proper read() is used when accessing the registers, probe() and remove()
sequences for HDAudio streaming are synced, minimal AudioDSP firmware
version points to correct values and recent additions to the topology
are parsed properly.

The only patch that points to 'new functionality' is:
  ASoC: Intel: avs: Update ASRC definition

as with the struct definition updates, one can utilize the ASRC module
in both streaming directions now (previously limited to Capture).
Everything else either improves the logging or provides comments vital
for long-term maintenance of the code.