Searched refs:xrun_debug (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/Documentation/sound/alsa/ |
D | Procfile.txt | 90 card*/pcm*/xrun_debug 98 # echo 5 > /proc/asound/card0/pcm0p/xrun_debug 208 When the problem is related with PCM, first try to turn on xrun_debug
|
/linux-4.4.14/sound/core/ |
D | pcm_lib.c | 161 #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)) { in xrun() 192 if (xrun_debug(substream, XRUN_DEBUG_BASIC)) { \ 402 if (!xrun_debug(substream, XRUN_DEBUG_JIFFIESCHECK)) in snd_pcm_update_hw_ptr0()
|
D | pcm.c | 501 snd_iprintf(buffer, "%d\n", pstr->xrun_debug); in snd_pcm_xrun_debug_read() 510 pstr->xrun_debug = simple_strtoul(line, NULL, 10); in snd_pcm_xrun_debug_write()
|
/linux-4.4.14/include/sound/ |
D | pcm.h | 505 unsigned int xrun_debug; /* 0 = disabled, 1 = verbose, 2 = stacktrace */ member
|