Searched refs:dbri_debug (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/sparc/ |
H A D | dbri.c | 102 static int dbri_debug; variable 103 module_param(dbri_debug, int, 0644); 104 MODULE_PARM_DESC(dbri_debug, "Debug value for Sun DBRI soundcard."); 112 #define dprintk(a, x...) if (dbri_debug & a) printk(KERN_DEBUG x) 2486 snd_iprintf(buffer, "debug=%d\n", dbri_debug); in dbri_debug_read()
|
/kernel/linux/linux-6.6/sound/sparc/ |
H A D | dbri.c | 101 static int dbri_debug; variable 102 module_param(dbri_debug, int, 0644); 103 MODULE_PARM_DESC(dbri_debug, "Debug value for Sun DBRI soundcard."); 111 #define dprintk(a, x...) if (dbri_debug & a) printk(KERN_DEBUG x) 2486 snd_iprintf(buffer, "debug=%d\n", dbri_debug); in dbri_debug_read()
|
Completed in 9 milliseconds