Searched refs:seq_oss_debug (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/oss/
H A Dseq_oss_device.h183 extern int seq_oss_debug;
184 #define debug_printk(x) do { if (seq_oss_debug > 0) snd_printd x; } while (0)
H A Dseq_oss.c43 module_param(seq_oss_debug, int, 0644);
44 MODULE_PARM_DESC(seq_oss_debug, "debug option");
45 int seq_oss_debug = 0; variable

Completed in 56 milliseconds