Searched refs:sof_core_debug (Results 1 – 1 of 1) sorted by relevance
48 static int sof_core_debug = IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_ENABLE_FIRMWARE_TRACE); variable 49 module_param_named(sof_debug, sof_core_debug, int, 0444);68 * sof_debug_check_flag - check if a given flag(s) is set in sof_core_debug71 * Returns true if all bits set in mask is also set in sof_core_debug, otherwise76 if ((sof_core_debug & mask) == mask) in sof_debug_check_flag() 649 if (sof_core_debug) in snd_sof_device_probe() 650 dev_info(dev, "sof_debug value: %#x\n", sof_core_debug); in snd_sof_device_probe()