mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-22 05:20:41 -04:00
ASoC: SOF: sof-client: Add API to get the ipc_type
Provide a way for the client drivers to query the ipc_type used by the firmware. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com> Link: https://lore.kernel.org/r/20220506132647.18690-5-peter.ujfalusi@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
committed by
Mark Brown
parent
a1e5bbc8ea
commit
cdf8233d2c
@@ -42,6 +42,7 @@ struct dentry *sof_client_get_debugfs_root(struct sof_client_dev *cdev);
|
||||
struct device *sof_client_get_dma_dev(struct sof_client_dev *cdev);
|
||||
const struct sof_ipc_fw_version *sof_client_get_fw_version(struct sof_client_dev *cdev);
|
||||
size_t sof_client_get_ipc_max_payload_size(struct sof_client_dev *cdev);
|
||||
enum sof_ipc_type sof_client_get_ipc_type(struct sof_client_dev *cdev);
|
||||
|
||||
/* module refcount management of SOF core */
|
||||
int sof_client_core_module_get(struct sof_client_dev *cdev);
|
||||
|
||||
Reference in New Issue
Block a user