From: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
To: lgirdwood@gmail.com, broonie@kernel.org, jyri.sarha@intel.com
Cc: alsa-devel@alsa-project.org,
pierre-louis.bossart@linux.intel.com,
kai.vehmanen@linux.intel.com, ranjani.sridharan@linux.intel.com
Subject: [PATCH 0/5] ASoC: SOF: client-probes: Add support for IPC4
Date: Mon, 31 Oct 2022 12:51:36 +0200 [thread overview]
Message-ID: <20221031105141.19037-1-peter.ujfalusi@linux.intel.com> (raw)
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
next reply other threads:[~2022-10-31 10:55 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-31 10:51 Peter Ujfalusi [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221031105141.19037-1-peter.ujfalusi@linux.intel.com \
--to=peter.ujfalusi@linux.intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=jyri.sarha@intel.com \
--cc=kai.vehmanen@linux.intel.com \
--cc=lgirdwood@gmail.com \
--cc=pierre-louis.bossart@linux.intel.com \
--cc=ranjani.sridharan@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox