Searched refs:cs_debugmask (Results 1 – 1 of 1) sorted by relevance
148 #define CS_DBGOUT(mask,level,x) if((cs_debuglevel >= (level)) && ((mask) & cs_debugmask) ) {x;}155 static unsigned long cs_debugmask = CS_INIT /*| CS_IOCTL*/; variable157 module_param(cs_debugmask, int, 0);1210 return put_user(cs_debugmask, in mixer_ioctl()1220 cs_debugmask = val; in mixer_ioctl()