Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dcore.c48 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);
76 if ((sof_core_debug & mask) == mask) in sof_debug_check_flag()
645 if (sof_core_debug) in snd_sof_device_probe()
646 dev_info(dev, "sof_debug value: %#x\n", sof_core_debug); in snd_sof_device_probe()