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()
160 Say Y here to enable ALSA debug code.163 bool "More verbose debug"
57 This option unlock SOF developer options for debug/performance/115 typically only enabled for developers for debug purposes, before134 if you are trying to debug IPC with the DSP firmware.145 if you are trying to debug pointer update with position IPCs or where155 latency and therefore should be used for debug purposes only.164 module parameter (similar to dynamic debug)178 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)) { \1556 dev->debug = wc->wbuf[0]; in wavefront_synth_control()1557 snd_printk ("debug = 0x%x\n", dev->debug); in wavefront_synth_control()2092 dev->debug = 0; in wavefront_do_reset()2170 dev->debug = debug_default; in snd_wavefront_detect()
62 static int debug; variable63 module_param(debug, int, 0644);65 do { if (debug > 1) pr_debug(SFX fmt, ##args); } while (0)