Home
last modified time | relevance | path

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

/sound/core/
Dmisc.c24 static int debug = DEFAULT_DEBUG_LEVEL; variable
25 module_param(debug, int, 0644);
26 MODULE_PARM_DESC(debug, "Debug level (0 = disable)");
63 if (debug < level) in __snd_printk()
DKconfig170 Say Y here to enable ALSA debug code.
173 bool "More verbose debug"
/sound/soc/sof/
DKconfig62 This option unlocks SOF developer options for debug/performance/
77 option is intended for debug only, but this should not add any
131 typically only enabled for developers for debug purposes, before
150 if you are trying to debug IPC with the DSP firmware.
161 If you are trying to debug pointer update with position IPCs or where
171 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
DMakefile3 snd-sof-objs := core.o ops.o loader.o ipc.o pcm.o pm.o debug.o topology.o\
/sound/soc/intel/skylake/
DMakefile7 snd-soc-skl-objs += skl-debug.o
/sound/isa/wavefront/
Dwavefront_synth.c118 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()
/sound/pci/lola/
Dlola.c61 static int debug; variable
62 module_param(debug, int, 0644);
64 do { if (debug > 1) pr_debug(SFX fmt, ##args); } while (0)