Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dsof.h109 bool disable_function_topology; member
/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");
2510 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()