Set of fixes mainly cleaning up code, but also correcting some minor HW assumptions.
Amadeusz Sławiński (2): ASoC: Intel: avs: Use generic size defines ASoC: Intel: avs: Preallocate memory for module configuration
Cezary Rojewski (3): ASoC: Intel: avs: Move IPC error messages one level down ASoC: Intel: avs: Keep module refcount up when gathering traces ASoC: Intel: avs: Drop superfluous stream decoupling
Wu Zhou (1): ASoC: Intel: avs: Disable DSP before loading basefw
sound/soc/intel/avs/avs.h | 38 ++++------- sound/soc/intel/avs/cldma.h | 4 +- sound/soc/intel/avs/core.c | 5 ++ sound/soc/intel/avs/debugfs.c | 4 ++ sound/soc/intel/avs/ipc.c | 52 ++++++++++----- sound/soc/intel/avs/loader.c | 4 ++ sound/soc/intel/avs/messages.c | 112 ++++++-------------------------- sound/soc/intel/avs/messages.h | 4 +- sound/soc/intel/avs/path.c | 31 +++++---- sound/soc/intel/avs/pcm.c | 2 - sound/soc/intel/avs/registers.h | 4 +- 11 files changed, 103 insertions(+), 157 deletions(-)