Home
last modified time | relevance | path

Searched refs:disable_function_topology (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/sof/
H A Dtopology.c22 static bool disable_function_topology; variable
23 module_param(disable_function_topology, bool, 0444);
24 MODULE_PARM_DESC(disable_function_topology, "Disable function topology loading");
2519 if (!sof_pdata->disable_function_topology && !disable_function_topology && in snd_sof_load_topology()
H A Dcore.c626 plat_data->disable_function_topology = true; in sof_apply_profile_override()