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

/linux-4.4.14/sound/core/
H A Dpcm_lib.c161 #define xrun_debug(substream, mask) \ macro
162 ((substream)->pstr->xrun_debug & (mask))
164 #define xrun_debug(substream, mask) 0 macro
168 if (xrun_debug(substream, XRUN_DEBUG_STACK)) \
180 if (xrun_debug(substream, XRUN_DEBUG_BASIC)) { xrun()
192 if (xrun_debug(substream, XRUN_DEBUG_BASIC)) { \
401 /* Do jiffies check only in xrun_debug mode */ snd_pcm_update_hw_ptr0()
402 if (!xrun_debug(substream, XRUN_DEBUG_JIFFIESCHECK)) snd_pcm_update_hw_ptr0()
H A Dpcm.c501 snd_iprintf(buffer, "%d\n", pstr->xrun_debug); snd_pcm_xrun_debug_read()
510 pstr->xrun_debug = simple_strtoul(line, NULL, 10); snd_pcm_xrun_debug_write()
541 if ((entry = snd_info_create_card_entry(pcm->card, "xrun_debug", snd_pcm_stream_proc_init()
/linux-4.4.14/include/sound/
H A Dpcm.h505 unsigned int xrun_debug; /* 0 = disabled, 1 = verbose, 2 = stacktrace */ member in struct:snd_pcm_str

Completed in 132 milliseconds