Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ASoC: SOF: Add IPC4 FW loader support
@ 2022-05-11 17:16 Ranjani Sridharan
  2022-05-11 17:16 ` [PATCH 1/5] ASoC: SOF: Intel: HDA: Set IPC4-specific DSP ops for CaVS platforms Ranjani Sridharan
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Ranjani Sridharan @ 2022-05-11 17:16 UTC (permalink / raw)
  To: alsa-devel; +Cc: broonie, tiwai, Ranjani Sridharan

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-05-12 16:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-11 17:16 [PATCH 0/5] ASoC: SOF: Add IPC4 FW loader support Ranjani Sridharan
2022-05-11 17:16 ` [PATCH 1/5] ASoC: SOF: Intel: HDA: Set IPC4-specific DSP ops for CaVS platforms Ranjani Sridharan
2022-05-11 17:16 ` [PATCH 2/5] ASoC: SOF: Add IPC4 private header Ranjani Sridharan
2022-05-11 17:16 ` [PATCH 3/5] ASoC: SOF: Add header for IPC4 manifest Ranjani Sridharan
2022-05-11 17:16 ` [PATCH 4/5] ASoC: SOF: IPC4: Add FW loader ops Ranjani Sridharan
2022-05-11 17:16 ` [PATCH 5/5] ASoC: SOF: Intel: HDA: Set up sof_ipc4_fw_data for IPC4 Ranjani Sridharan
2022-05-12 16:31 ` [PATCH 0/5] ASoC: SOF: Add IPC4 FW loader support Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox