ASoC: SOF: sof-of-dev: Save the default IPC type and path overrides
[linux-2.6-microblaze.git] / sound / soc / sof / sof-of-dev.c
index 432b511..7b58f45 100644 (file)
@@ -99,6 +99,10 @@ int sof_of_probe(struct platform_device *pdev)
        else
                sof_pdata->tplg_filename_prefix = desc->default_tplg_path[SOF_IPC_TYPE_3];
 
+       sof_pdata->ipc_file_profile_base.ipc_type = desc->ipc_default;
+       sof_pdata->ipc_file_profile_base.fw_path = fw_path;
+       sof_pdata->ipc_file_profile_base.tplg_path = tplg_path;
+
        /* set callback to be called on successful device probe to enable runtime_pm */
        sof_pdata->sof_probe_complete = sof_of_probe_complete;