Searched refs:audio_debug (Results 1 – 3 of 3) sorted by relevance
35 if (audio_debug + 1 > level) \48 static unsigned int audio_debug; variable49 module_param(audio_debug, int, 0644);50 MODULE_PARM_DESC(audio_debug, "enable debug messages [analog audio]");195 if (audio_debug) in cx23885_start_audio_dma()217 if (audio_debug) in cx23885_stop_audio_dma()
41 static unsigned int audio_debug; variable42 module_param(audio_debug, int, 0644);43 MODULE_PARM_DESC(audio_debug, "enable debug messages [audio]");55 if (audio_debug) \
24 static unsigned int audio_debug; variable25 module_param(audio_debug, int, 0644);26 MODULE_PARM_DESC(audio_debug,"enable debug messages [tv audio]");40 if (audio_debug >= level) \327 if (audio_debug > 1) { in tvaudio_checkcarrier()