Searched refs:override_ipc_type (Results 1 – 1 of 1) sorted by relevance
43 static int override_ipc_type = -1; variable44 module_param_named(ipc_type, override_ipc_type, int, 0444);613 if (override_ipc_type >= 0 && override_ipc_type < SOF_IPC_TYPE_COUNT) in sof_apply_profile_override()614 path_override->ipc_type = override_ipc_type; in sof_apply_profile_override()