| /linux-6.15/sound/soc/sof/ |
| H A D | fw-file-profile.c | 100 enum sof_ipc_type ipc_type, in sof_file_profile_for_ipc_type() argument 116 desc->default_fw_path[ipc_type], in sof_file_profile_for_ipc_type() 147 ipc_type, out_profile->fw_path, in sof_file_profile_for_ipc_type() 160 desc->default_lib_path[ipc_type], in sof_file_profile_for_ipc_type() 188 out_profile->ipc_type = ipc_type; in sof_file_profile_for_ipc_type() 214 enum sof_ipc_type ipc_type, in sof_print_missing_firmware_info() argument 235 if (i == ipc_type) in sof_print_missing_firmware_info() 266 enum sof_ipc_type ipc_type, in sof_print_profile_info() argument 271 if (ipc_type != profile->ipc_type) in sof_print_profile_info() 274 profile->ipc_type, ipc_type); in sof_print_profile_info() [all …]
|
| H A D | sof-client.c | 78 if (sdev->pdata->ipc_type != SOF_IPC_TYPE_3) in sof_register_ipc_flood_test() 134 if (sdev->pdata->ipc_type != SOF_IPC_TYPE_3) in sof_register_ipc_kernel_injector() 290 if (cdev->sdev->pdata->ipc_type == SOF_IPC_TYPE_3) { in sof_client_ipc_tx_message() 309 cdev->sdev->pdata->ipc_type == SOF_IPC_TYPE_3) { in sof_client_ipc_rx_message() 328 if (cdev->sdev->pdata->ipc_type == SOF_IPC_TYPE_3) { in sof_client_ipc_set_get_data() 349 if (sdev->pdata->ipc_type == SOF_IPC_TYPE_4) in sof_client_ipc4_find_module() 437 return sdev->pdata->ipc_type; in sof_client_get_ipc_type() 467 if (sdev->pdata->ipc_type == SOF_IPC_TYPE_3) { in sof_client_ipc_rx_dispatcher() 477 sdev->pdata->ipc_type); in sof_client_ipc_rx_dispatcher() 501 if (cdev->sdev->pdata->ipc_type == SOF_IPC_TYPE_3) { in sof_client_register_ipc_rx_handler() [all …]
|
| H A D | core.c | 44 module_param_named(ipc_type, override_ipc_type, int, 0444); 45 MODULE_PARM_DESC(ipc_type, "Force SOF IPC type. 0 - IPC3, 1 - IPC4"); 273 if (base_profile->ipc_type != plat_data->desc->ipc_default) in sof_select_ipc_and_paths() 276 plat_data->desc->ipc_default, base_profile->ipc_type); in sof_select_ipc_and_paths() 308 plat_data->ipc_type = out_profile.ipc_type; in sof_select_ipc_and_paths() 351 if (!(BIT(base_profile->ipc_type) & plat_data->desc->ipc_supported_mask)) { in sof_init_sof_ops() 354 base_profile->ipc_type, plat_data->desc->ipc_supported_mask); in sof_init_sof_ops() 362 plat_data->ipc_type = base_profile->ipc_type; in sof_init_sof_ops() 391 } else if (plat_data->ipc_type != base_profile->ipc_type) { in sof_init_environment() 613 path_override->ipc_type = override_ipc_type; in sof_apply_profile_override()
|
| H A D | sof-pci-dev.c | 48 module_param_named(ipc_type, sof_pci_ipc_type, int, 0444); 49 MODULE_PARM_DESC(ipc_type, "deprecated - moved to snd-sof module."); 238 path_override->ipc_type = desc->ipc_default; in sof_pci_probe() 240 path_override->ipc_type = sof_pci_ipc_type; in sof_pci_probe()
|
| H A D | sof-client-ipc-msg-injector.c | 27 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_IPC_TYPE_4) in sof_msg_inject_probe() 278 if (priv->ipc_type == SOF_IPC_TYPE_4) { in sof_msg_inject_probe()
|
| H A D | ipc.c | 166 switch (sdev->pdata->ipc_type) { in snd_sof_ipc_init() 179 sdev->pdata->ipc_type); in snd_sof_ipc_init()
|
| H A D | sof-acpi-dev.c | 77 sof_pdata->ipc_file_profile_base.ipc_type = desc->ipc_default; in sof_acpi_probe()
|
| H A D | sof-of-dev.c | 74 sof_pdata->ipc_file_profile_base.ipc_type = desc->ipc_default; in sof_of_probe()
|
| H A D | debug.c | 330 if (plat_data->ipc_type != SOF_IPC_TYPE_3) { in snd_sof_dbg_init() 357 (u32 *)&plat_data->ipc_type); in snd_sof_dbg_init()
|
| H A D | ipc3-dtrace.c | 497 if (sdev->pdata->ipc_type != SOF_IPC_TYPE_3) in ipc3_dtrace_init()
|
| /linux-6.15/include/sound/ |
| H A D | sof.h | 61 enum sof_ipc_type ipc_type; member 120 enum sof_ipc_type ipc_type; member
|
| /linux-6.15/sound/soc/sof/intel/ |
| H A D | apl.c | 41 if (sdev->pdata->ipc_type == SOF_IPC_TYPE_3) { in sof_apl_ops_init() 54 if (sdev->pdata->ipc_type == SOF_IPC_TYPE_4) { in sof_apl_ops_init()
|
| H A D | icl.c | 109 if (sdev->pdata->ipc_type == SOF_IPC_TYPE_3) { in sof_icl_ops_init() 122 if (sdev->pdata->ipc_type == SOF_IPC_TYPE_4) { in sof_icl_ops_init()
|
| H A D | tgl.c | 75 if (sdev->pdata->ipc_type == SOF_IPC_TYPE_3) { in sof_tgl_ops_init() 90 if (sdev->pdata->ipc_type == SOF_IPC_TYPE_4) { in sof_tgl_ops_init()
|
| H A D | cnl.c | 395 if (sdev->pdata->ipc_type == SOF_IPC_TYPE_3) { in sof_cnl_ops_init() 408 if (sdev->pdata->ipc_type == SOF_IPC_TYPE_4) { in sof_cnl_ops_init()
|
| H A D | hda-dai.c | 751 if (sdev->pdata->ipc_type == SOF_IPC_TYPE_4 && !hda_use_tplg_nhlt) { in hda_set_dai_drv_ops() 761 if (sdev->pdata->ipc_type == SOF_IPC_TYPE_4) { in hda_ops_free()
|
| H A D | hda-sdw-bpt.c | 39 if (sdev->pdata->ipc_type != SOF_IPC_TYPE_4) in chain_dma_trigger()
|
| H A D | hda-dai-ops.c | 615 switch (sdev->pdata->ipc_type) { in hda_select_dai_widget_ops()
|
| H A D | hda.c | 84 if (sdev->pdata->ipc_type == SOF_IPC_TYPE_4) { in sdw_params_free() 441 sdev->pdata->ipc_type == SOF_IPC_TYPE_4)) { in hda_dsp_post_fw_run()
|
| H A D | hda-stream.c | 990 if (sdev->pdata->ipc_type == SOF_IPC_TYPE_4) { in hda_dsp_stream_init()
|
| H A D | hda-dsp.c | 1622 if (flags & SOF_DBG_DUMP_REGS && sdev->pdata->ipc_type == SOF_IPC_TYPE_3) { in hda_dsp_dump()
|