diff options
| author | Mark Brown <broonie@kernel.org> | 2025-08-29 23:19:49 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-08-29 23:19:49 +0100 |
| commit | 0e58316d6a877231b3ece367ab9b445cb429b8ba (patch) | |
| tree | d7f73e13ef4c904071562b6148126f1feede119d /sound/soc/sof/sof-client.h | |
| parent | ASoC: SOF: sof-client: Enforce client access scope (diff) | |
| parent | ASoC: SOF: sof-client-probes: Add available points_info(), IPC4 only (diff) | |
| download | linux-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.h | 2 |
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); |
