Searched refs:debug (Results 1 – 4 of 4) sorted by relevance
38 static int debug = DEFAULT_DEBUG_LEVEL; variable39 module_param(debug, int, 0644);40 MODULE_PARM_DESC(debug, "Debug level (0 = disable)");77 if (debug < level) in __snd_printk()
226 Say Y here to enable ALSA debug code.229 bool "More verbose debug"
120 if ((dev->debug & (cond)) == (cond)) { \1558 dev->debug = wc->wbuf[0]; in wavefront_synth_control()1559 snd_printk ("debug = 0x%x\n", dev->debug); in wavefront_synth_control()2094 dev->debug = 0; in wavefront_do_reset()2172 dev->debug = debug_default; in snd_wavefront_detect()
75 static int debug; variable76 module_param(debug, int, 0644);78 do { if (debug > 1) pr_debug(SFX fmt, ##args); } while (0)