OSDN Git Service

ASoC: Intel: avs: Add code loading requests
authorCezary Rojewski <cezary.rojewski@intel.com>
Fri, 11 Mar 2022 15:35:32 +0000 (16:35 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 11 Mar 2022 16:23:56 +0000 (16:23 +0000)
commitcb1eb6b5be42799d23f81ffde84ee3537365b0ed
tree9882034afc13a040a3a2514f6f45148d6c04fda8
parent2879516fcd6d7ec5972762dbd94859d9221e70d8
ASoC: Intel: avs: Add code loading requests

Before firmware and its modules can be used, they have to be loaded.
Code loading process is complex and is a combination of DMA and IPC
operations. Here, IPC part is being added and accounts for CLDMA and HDA
mechanisms both.

Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://lore.kernel.org/r/20220311153544.136854-6-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/avs/Makefile
sound/soc/intel/avs/messages.c [new file with mode: 0644]
sound/soc/intel/avs/messages.h