Searched refs:debug (Results 1 – 7 of 7) sorted by relevance
24 static int debug = DEFAULT_DEBUG_LEVEL; variable25 module_param(debug, int, 0644);26 MODULE_PARM_DESC(debug, "Debug level (0 = disable)");63 if (debug < level) in __snd_printk()
170 Say Y here to enable ALSA debug code.173 bool "More verbose debug"
62 This option unlocks SOF developer options for debug/performance/77 option is intended for debug only, but this should not add any131 typically only enabled for developers for debug purposes, before150 if you are trying to debug IPC with the DSP firmware.161 If you are trying to debug pointer update with position IPCs or where171 latency and therefore should be used for debug purposes only.180 module parameter (similar to dynamic debug).194 This option keeps the DSP in D0 state so that firmware debug
3 snd-sof-objs := core.o ops.o loader.o ipc.o pcm.o pm.o debug.o topology.o\
7 snd-soc-skl-objs += skl-debug.o
118 if ((dev->debug & (cond)) == (cond)) { \1565 dev->debug = wc->wbuf[0]; in wavefront_synth_control()1566 snd_printk ("debug = 0x%x\n", dev->debug); in wavefront_synth_control()2104 dev->debug = 0; in wavefront_do_reset()2182 dev->debug = debug_default; in snd_wavefront_detect()
61 static int debug; variable62 module_param(debug, int, 0644);64 do { if (debug > 1) pr_debug(SFX fmt, ##args); } while (0)