Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dfw-file-profile.c53 } else if (fw_ipc_type != profile->ipc_type) { in sof_test_firmware_file()
56 fw_filename, fw_ipc_type, profile->ipc_type); in sof_test_firmware_file()
104 enum sof_ipc_type ipc_type, in sof_file_profile_for_ipc_type()
120 desc->default_fw_path[ipc_type], in sof_file_profile_for_ipc_type()
127 out_profile->fw_path = desc->default_fw_path[ipc_type]; in sof_file_profile_for_ipc_type()
134 out_profile->fw_name = desc->default_fw_filename[ipc_type]; in sof_file_profile_for_ipc_type()
137 * Check the custom firmware path/filename and adjust the ipc_type to in sof_file_profile_for_ipc_type()
145 ret = sof_test_firmware_file(dev, out_profile, &ipc_type); in sof_file_profile_for_ipc_type()
149 if (!(desc->ipc_supported_mask & BIT(ipc_type))) { in sof_file_profile_for_ipc_type()
151 ipc_type, out_profil in sof_file_profile_for_ipc_type()
100 sof_file_profile_for_ipc_type(struct snd_sof_dev * sdev,enum sof_ipc_type ipc_type,const struct sof_dev_desc * desc,struct sof_loadable_file_profile * base_profile,struct sof_loadable_file_profile * out_profile) sof_file_profile_for_ipc_type() argument
214 sof_print_missing_firmware_info(struct snd_sof_dev * sdev,enum sof_ipc_type ipc_type,struct sof_loadable_file_profile * base_profile) sof_print_missing_firmware_info() argument
266 sof_print_profile_info(struct snd_sof_dev * sdev,enum sof_ipc_type ipc_type,struct sof_loadable_file_profile * profile) sof_print_profile_info() argument
[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()
614 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
265 priv->ipc_type = sof_client_get_ipc_type(cdev); in sof_msg_inject_probe()
269 if (priv->ipc_type == SOF_IPC_TYPE_4) in sof_msg_inject_probe()
277 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 Ddebug.c329 if (plat_data->ipc_type != SOF_IPC_TYPE_3) { in snd_sof_dbg_init()
356 (u32 *)&plat_data->ipc_type); in snd_sof_dbg_init()
/linux/include/sound/
H A Dsof.h61 enum sof_ipc_type ipc_type; member
121 enum sof_ipc_type ipc_type; member
/linux/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-sdw-bpt.c40 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-stream.c990 if (sdev->pdata->ipc_type == SOF_IPC_TYPE_4) { in hda_dsp_stream_init()