public inbox for alsa-devel@alsa-project.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ASoC: SOF: IPC4: Introduce message handling functionality
@ 2022-05-05  9:48 Peter Ujfalusi
  2022-05-05  9:48 ` [PATCH 1/3] ASoC: SOF: Add rx_data pointer to snd_sof_ipc_msg struct Peter Ujfalusi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Peter Ujfalusi @ 2022-05-05  9:48 UTC (permalink / raw)
  To: lgirdwood, broonie, pierre-louis.bossart, yung-chuan.liao,
	rander.wang
  Cc: alsa-devel, daniel.baluta, ranjani.sridharan, kai.vehmanen

Hi,

The series adds the basic IPC4 message handling code, implementing the ipc
callbacks.
Due to the difference between IPC3 and IPC4 messaging we need to introduce new
message container for IPC4, but the SOF internal callbacks and structures can be
kept as they were and leaving it for the IPC specific code to handle the
differences.

The series provides the foundation for both lowe level (sound/soc/sof/intel) and
high level IPC4 implementation (topologies, firmware loading, control handling,
etc).

Regards,
Peter
---
Peter Ujfalusi (3):
  ASoC: SOF: Add rx_data pointer to snd_sof_ipc_msg struct
  ASoC: SOF: Add initial header file for ipc4
  ASoC: SOF: ipc4: Add support for mandatory message handling
    functionality

 include/sound/sof/ipc4/header.h | 460 ++++++++++++++++++++++++
 sound/soc/sof/Makefile          |   3 +-
 sound/soc/sof/ipc4.c            | 604 ++++++++++++++++++++++++++++++++
 sound/soc/sof/sof-priv.h        |   4 +
 4 files changed, 1070 insertions(+), 1 deletion(-)
 create mode 100644 include/sound/sof/ipc4/header.h
 create mode 100644 sound/soc/sof/ipc4.c

-- 
2.36.0


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

end of thread, other threads:[~2022-05-05 15:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-05  9:48 [PATCH 0/3] ASoC: SOF: IPC4: Introduce message handling functionality Peter Ujfalusi
2022-05-05  9:48 ` [PATCH 1/3] ASoC: SOF: Add rx_data pointer to snd_sof_ipc_msg struct Peter Ujfalusi
2022-05-05  9:48 ` [PATCH 2/3] ASoC: SOF: Add initial header file for ipc4 Peter Ujfalusi
2022-05-05  9:48 ` [PATCH 3/3] ASoC: SOF: ipc4: Add support for mandatory message handling functionality Peter Ujfalusi
2022-05-05 15:12 ` [PATCH 0/3] ASoC: SOF: IPC4: Introduce " Mark Brown

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