Searched refs:pcm_debug (Results 1 – 3 of 3) sorted by relevance
28 static unsigned int pcm_debug; variable29 module_param(pcm_debug, int, 0644);30 MODULE_PARM_DESC(pcm_debug, "enable debug messages for pcm");33 if (pcm_debug) \
25 static unsigned int pcm_debug; variable26 module_param(pcm_debug, int, 0644);27 MODULE_PARM_DESC(pcm_debug, "enable debug messages for pcm");31 if (pcm_debug) \
24 static unsigned int pcm_debug; variable25 module_param(pcm_debug, int, 0644);26 MODULE_PARM_DESC(pcm_debug, "enable debug messages for pcm");30 if (pcm_debug) \191 if (pcm_debug) { in alsa_fnc()