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()
DKconfig160 Say Y here to enable ALSA debug code.
163 bool "More verbose debug"
/sound/soc/sof/
DKconfig57 This option unlock SOF developer options for debug/performance/
115 typically only enabled for developers for debug purposes, before
134 if you are trying to debug IPC with the DSP firmware.
145 if you are trying to debug pointer update with position IPCs or where
155 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
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)) { \
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()
/sound/pci/lola/
Dlola.c62 static int debug; variable
63 module_param(debug, int, 0644);
65 do { if (debug > 1) pr_debug(SFX fmt, ##args); } while (0)