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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/sparc/
H A Ddbri.c100 static int dbri_debug; variable
101 module_param(dbri_debug, int, 0644);
102 MODULE_PARM_DESC(dbri_debug, "Debug value for Sun DBRI soundcard.");
110 #define dprintk(a, x...) if (dbri_debug & a) printk(KERN_DEBUG x)
2429 snd_iprintf(buffer, "debug=%d\n", dbri_debug);

Completed in 31 milliseconds