aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/sof-client.h
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2025-08-29 23:19:49 +0100
committerMark Brown <broonie@kernel.org>2025-08-29 23:19:49 +0100
commit0e58316d6a877231b3ece367ab9b445cb429b8ba (patch)
treed7f73e13ef4c904071562b6148126f1feede119d /sound/soc/sof/sof-client.h
parentASoC: SOF: sof-client: Enforce client access scope (diff)
parentASoC: SOF: sof-client-probes: Add available points_info(), IPC4 only (diff)
downloadlinux-0e58316d6a877231b3ece367ab9b445cb429b8ba.tar.gz
linux-0e58316d6a877231b3ece367ab9b445cb429b8ba.zip
ASoC: SOF: sof-client-probes-ipc4: Query available
Merge series from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>: This series improves the IPC4 probes implementation by improving the report quality and adds support for querying the available probes on the firmware side.
Diffstat (limited to 'sound/soc/sof/sof-client.h')
-rw-r--r--sound/soc/sof/sof-client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/sof/sof-client.h b/sound/soc/sof/sof-client.h
index 6e9dd77f7c9b..1a9015e38474 100644
--- a/sound/soc/sof/sof-client.h
+++ b/sound/soc/sof/sof-client.h
@@ -41,6 +41,8 @@ int sof_client_ipc_set_get_data(struct sof_client_dev *cdev, void *ipc_msg,
bool set);
struct sof_ipc4_fw_module *sof_client_ipc4_find_module(struct sof_client_dev *c, const guid_t *u);
+struct snd_sof_widget *sof_client_ipc4_find_swidget_by_id(struct sof_client_dev *cdev,
+ u32 module_id, int instance_id);
struct dentry *sof_client_get_debugfs_root(struct sof_client_dev *cdev);
struct device *sof_client_get_dma_dev(struct sof_client_dev *cdev);