Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/sof/
Dcore.c23 static int sof_core_debug = IS_ENABLED(CONFIG_SND_SOC_SOF_DEBUG_ENABLE_FIRMWARE_TRACE); variable
24 module_param_named(sof_debug, sof_core_debug, int, 0444);
40 if ((sof_core_debug & mask) == mask) in sof_debug_check_flag()
592 if (sof_core_debug) in snd_sof_device_probe()
593 dev_info(dev, "sof_debug value: %#x\n", sof_core_debug); in snd_sof_device_probe()