Home
last modified time | relevance | path

Searched refs:query_fw_configuration (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/sound/soc/sof/
Dloader.c178 if (sdev->first_boot && sdev->ipc->ops->fw_loader->query_fw_configuration) in snd_sof_run_firmware()
179 return sdev->ipc->ops->fw_loader->query_fw_configuration(sdev); in snd_sof_run_firmware()
Dipc4-loader.c223 .query_fw_configuration = sof_ipc4_query_fw_configuration,
Dsof-priv.h421 int (*query_fw_configuration)(struct snd_sof_dev *sdev); member