Home
last modified time | relevance | path

Searched refs:ipc_type (Results 1 – 14 of 14) sorted by relevance

/Linux-v6.1/sound/soc/sof/
Dsof-pci-dev.c44 module_param_named(ipc_type, sof_pci_ipc_type, int, 0444);
45 MODULE_PARM_DESC(ipc_type, "SOF IPC type (0): SOF, (1) Intel CAVS");
216 sof_pdata->ipc_type = desc->ipc_default; in sof_pci_probe()
219 sof_pdata->ipc_type = desc->ipc_default; in sof_pci_probe()
234 sof_pdata->ipc_type = sof_pci_ipc_type; in sof_pci_probe()
243 sof_pdata->fw_filename = desc->default_fw_filename[sof_pdata->ipc_type]; in sof_pci_probe()
264 sof_pdata->desc->default_fw_path[sof_pdata->ipc_type], in sof_pci_probe()
272 sof_pdata->desc->default_fw_path[sof_pdata->ipc_type]; in sof_pci_probe()
279 sof_pdata->desc->default_tplg_path[sof_pdata->ipc_type]; in sof_pci_probe()
Dsof-client.c76 if (sdev->pdata->ipc_type != SOF_IPC) in sof_register_ipc_flood_test()
252 if (cdev->sdev->pdata->ipc_type == SOF_IPC) { in sof_client_ipc_tx_message()
257 } else if (cdev->sdev->pdata->ipc_type == SOF_INTEL_IPC4) { in sof_client_ipc_tx_message()
347 return sdev->pdata->ipc_type; in sof_client_get_ipc_type()
377 if (sdev->pdata->ipc_type == SOF_IPC) { in sof_client_ipc_rx_dispatcher()
381 } else if (sdev->pdata->ipc_type == SOF_INTEL_IPC4) { in sof_client_ipc_rx_dispatcher()
387 sdev->pdata->ipc_type); in sof_client_ipc_rx_dispatcher()
411 if (cdev->sdev->pdata->ipc_type == SOF_IPC) { in sof_client_register_ipc_rx_handler()
414 } else if (cdev->sdev->pdata->ipc_type == SOF_INTEL_IPC4) { in sof_client_register_ipc_rx_handler()
419 __func__, sdev->pdata->ipc_type); in sof_client_register_ipc_rx_handler()
Dsof-client-ipc-msg-injector.c27 enum sof_ipc_type ipc_type; member
266 priv->ipc_type = sof_client_get_ipc_type(cdev); in sof_msg_inject_probe()
270 if (priv->ipc_type == SOF_INTEL_IPC4) in sof_msg_inject_probe()
278 if (priv->ipc_type == SOF_INTEL_IPC4) { in sof_msg_inject_probe()
Dipc.c158 switch (sdev->pdata->ipc_type) { in snd_sof_ipc_init()
171 sdev->pdata->ipc_type); in snd_sof_ipc_init()
Dcore.c366 if (!(BIT(plat_data->ipc_type) & plat_data->desc->ipc_supported_mask)) { in snd_sof_device_probe()
368 plat_data->ipc_type, plat_data->desc->ipc_supported_mask); in snd_sof_device_probe()
Dipc3-dtrace.c506 if (sdev->pdata->ipc_type != SOF_IPC) in ipc3_dtrace_init()
/Linux-v6.1/sound/soc/sof/intel/
Dapl.c42 if (sdev->pdata->ipc_type == SOF_IPC) { in sof_apl_ops_init()
53 if (sdev->pdata->ipc_type == SOF_INTEL_IPC4) { in sof_apl_ops_init()
Dicl.c110 if (sdev->pdata->ipc_type == SOF_IPC) { in sof_icl_ops_init()
121 if (sdev->pdata->ipc_type == SOF_INTEL_IPC4) { in sof_icl_ops_init()
Dtgl.c65 if (sdev->pdata->ipc_type == SOF_IPC) { in sof_tgl_ops_init()
76 if (sdev->pdata->ipc_type == SOF_INTEL_IPC4) { in sof_tgl_ops_init()
Dcnl.c369 if (sdev->pdata->ipc_type == SOF_IPC) { in sof_cnl_ops_init()
380 if (sdev->pdata->ipc_type == SOF_INTEL_IPC4) { in sof_cnl_ops_init()
Dhda-dai.c773 switch (sdev->pdata->ipc_type) { in hda_set_dai_drv_ops()
824 if (sdev->pdata->ipc_type == SOF_INTEL_IPC4) { in hda_ops_free()
Dhda-loader.c543 sdev->pdata->ipc_type == SOF_INTEL_IPC4)) in hda_dsp_post_fw_run()
Dhda.c602 if (flags & SOF_DBG_DUMP_REGS && sdev->pdata->ipc_type == SOF_IPC) { in hda_dsp_dump()
/Linux-v6.1/include/sound/
Dsof.h96 enum sof_ipc_type ipc_type; member