Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ASoC: SOF: client-probes: Add support for IPC4
@ 2022-10-31 10:51 Peter Ujfalusi
  2022-10-31 10:51 ` [PATCH 1/5] ASoC: SOF: probes: Replace [0] union members with DECLARE_FLEX_ARRAY() Peter Ujfalusi
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Peter Ujfalusi @ 2022-10-31 10:51 UTC (permalink / raw)
  To: lgirdwood, broonie, jyri.sarha
  Cc: alsa-devel, pierre-louis.bossart, kai.vehmanen, ranjani.sridharan

Hi,

The probes (the ability of probing the audio data from firmware processing
points or to receive stream of debug/trace information) is supported by IPC4
as well, but due to the differences between the two IPC version the low level
setup and information we need for probing is different.

This series will extend the existing probes support for IPC3 with IPC4 'backend'

Regards,
Peter
---
Jyri Sarha (5):
  ASoC: SOF: probes: Replace [0] union members with DECLARE_FLEX_ARRAY()
  ASoC: SOF: probes: Separate IPC3 operations to a separate file
  ASoC: SOF: client: Add sof_client_ipc_set_get_data()
  ASoC: SOF: client: Add sof_client_ipc4_find_module() function
  ASoC: SOF: IPC4: probes: Implement IPC4 ops for probes client device

 sound/soc/sof/Makefile                 |   6 +
 sound/soc/sof/ipc.c                    |   8 +
 sound/soc/sof/sof-client-probes-ipc3.c | 236 +++++++++++++++++++++
 sound/soc/sof/sof-client-probes-ipc4.c | 281 +++++++++++++++++++++++++
 sound/soc/sof/sof-client-probes.c      | 268 +++--------------------
 sound/soc/sof/sof-client-probes.h      |  34 +++
 sound/soc/sof/sof-client.c             |  34 +++
 sound/soc/sof/sof-client.h             |   6 +
 sound/soc/sof/sof-priv.h               |   2 +
 9 files changed, 637 insertions(+), 238 deletions(-)
 create mode 100644 sound/soc/sof/sof-client-probes-ipc3.c
 create mode 100644 sound/soc/sof/sof-client-probes-ipc4.c

-- 
2.38.1


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

end of thread, other threads:[~2022-10-31 19:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-31 10:51 [PATCH 0/5] ASoC: SOF: client-probes: Add support for IPC4 Peter Ujfalusi
2022-10-31 10:51 ` [PATCH 1/5] ASoC: SOF: probes: Replace [0] union members with DECLARE_FLEX_ARRAY() Peter Ujfalusi
2022-10-31 10:51 ` [PATCH 2/5] ASoC: SOF: probes: Separate IPC3 operations to a separate file Peter Ujfalusi
2022-10-31 10:51 ` [PATCH 3/5] ASoC: SOF: client: Add sof_client_ipc_set_get_data() Peter Ujfalusi
2022-10-31 10:51 ` [PATCH 4/5] ASoC: SOF: client: Add sof_client_ipc4_find_module() function Peter Ujfalusi
2022-10-31 10:51 ` [PATCH 5/5] ASoC: SOF: IPC4: probes: Implement IPC4 ops for probes client device Peter Ujfalusi
2022-10-31 18:59 ` [PATCH 0/5] ASoC: SOF: client-probes: Add support for IPC4 Mark Brown

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