Home
last modified time | relevance | path

Searched defs:sof_ipc_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/sound/soc/sof/
A Dsof-priv.h482 struct sof_ipc_ops { struct
483 const struct sof_ipc_tplg_ops *tplg;
484 const struct sof_ipc_pm_ops *pm;
485 const struct sof_ipc_pcm_ops *pcm;
486 const struct sof_ipc_fw_loader_ops *fw_loader;
487 const struct sof_ipc_fw_tracing_ops *fw_tracing;
489 int (*init)(struct snd_sof_dev *sdev);
490 void (*exit)(struct snd_sof_dev *sdev);
491 int (*post_fw_boot)(struct snd_sof_dev *sdev);
516 const struct sof_ipc_ops *ops; argument

Completed in 8 milliseconds