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

/sound/core/
H A Dpcm_lib.c151 #define xrun_debug(substream, mask) \ macro
152 ((substream)->pstr->xrun_debug & (mask))
154 #define xrun_debug(substream, mask) 0 macro
158 if (xrun_debug(substream, XRUN_DEBUG_STACK)) \
169 if (xrun_debug(substream, XRUN_DEBUG_BASIC)) {
180 if (xrun_debug(substream, XRUN_DEBUG_BASIC)) { \
220 if (xrun_debug(substream, XRUN_DEBUG_LOGONCE) && log->hit)
244 if (xrun_debug(substream, XRUN_DEBUG_LOGONCE) && log->hit)
332 if (xrun_debug(substream, XRUN_DEBUG_LOG))
364 if (xrun_debug(substrea
[all...]
H A Dpcm.c476 snd_iprintf(buffer, "%d\n", pstr->xrun_debug);
485 pstr->xrun_debug = simple_strtoul(line, NULL, 10);
516 if ((entry = snd_info_create_card_entry(pcm->card, "xrun_debug",

Completed in 133 milliseconds