Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/sof/
H A Dfw-file-profile.c100 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 Dsof-client.c78 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 Dcore.c44 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 Dsof-pci-dev.c48 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 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_IPC_TYPE_4) in sof_msg_inject_probe()
278 if (priv->ipc_type == SOF_IPC_TYPE_4) { in sof_msg_inject_probe()
H A Dipc.c166 switch (sdev->pdata->ipc_type) { in snd_sof_ipc_init()
179 sdev->pdata->ipc_type); in snd_sof_ipc_init()
H A Dsof-acpi-dev.c77 sof_pdata->ipc_file_profile_base.ipc_type = desc->ipc_default; in sof_acpi_probe()
H A Dsof-of-dev.c74 sof_pdata->ipc_file_profile_base.ipc_type = desc->ipc_default; in sof_of_probe()
H A Ddebug.c330 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 Dipc3-dtrace.c497 if (sdev->pdata->ipc_type != SOF_IPC_TYPE_3) in ipc3_dtrace_init()
/linux-6.15/include/sound/
H A Dsof.h61 enum sof_ipc_type ipc_type; member
120 enum sof_ipc_type ipc_type; member
/linux-6.15/sound/soc/sof/intel/
H A Dapl.c41 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 Dicl.c109 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 Dtgl.c75 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 Dcnl.c395 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 Dhda-dai.c751 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 Dhda-sdw-bpt.c39 if (sdev->pdata->ipc_type != SOF_IPC_TYPE_4) in chain_dma_trigger()
H A Dhda-dai-ops.c615 switch (sdev->pdata->ipc_type) { in hda_select_dai_widget_ops()
H A Dhda.c84 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 Dhda-stream.c990 if (sdev->pdata->ipc_type == SOF_IPC_TYPE_4) { in hda_dsp_stream_init()
H A Dhda-dsp.c1622 if (flags & SOF_DBG_DUMP_REGS && sdev->pdata->ipc_type == SOF_IPC_TYPE_3) { in hda_dsp_dump()