[PATCH 0/5] ASoC: SOF: Add IPC4 FW loader support
Ranjani Sridharan
ranjani.sridharan at linux.intel.com
Wed May 11 19:16:43 CEST 2022
The patches in this series add support for FW loading for IPC4 in the SOF
driver.
Ranjani Sridharan (5):
ASoC: SOF: Intel: HDA: Set IPC4-specific DSP ops for CaVS platforms
ASoC: SOF: Add IPC4 private header
ASoC: SOF: Add header for IPC4 manifest
ASoC: SOF: IPC4: Add FW loader ops
ASoC: SOF: Intel: HDA: Set up sof_ipc4_fw_data for IPC4
include/sound/sof/ext_manifest4.h | 119 +++++++++++++++++
sound/soc/sof/Makefile | 2 +-
sound/soc/sof/intel/apl.c | 29 ++++-
sound/soc/sof/intel/cnl.c | 109 +++++++++++++++-
sound/soc/sof/intel/hda-ipc.c | 82 ++++++++++++
sound/soc/sof/intel/hda.h | 6 +
sound/soc/sof/intel/tgl.c | 29 ++++-
sound/soc/sof/ipc4-loader.c | 210 ++++++++++++++++++++++++++++++
sound/soc/sof/ipc4-priv.h | 44 +++++++
sound/soc/sof/ipc4.c | 2 +
10 files changed, 619 insertions(+), 13 deletions(-)
create mode 100644 include/sound/sof/ext_manifest4.h
create mode 100644 sound/soc/sof/ipc4-loader.c
create mode 100644 sound/soc/sof/ipc4-priv.h
--
2.25.1
More information about the Alsa-devel
mailing list