Home
last modified time | relevance | path

Searched refs:xrun_debug (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/Documentation/sound/designs/
Dprocfile.rst92 ``card*/pcm*/xrun_debug``
100 # echo 5 > /proc/asound/card0/pcm0p/xrun_debug
213 When the problem is related with PCM, first try to turn on xrun_debug
/kernel/linux/linux-5.10/sound/core/
Dpcm_lib.c130 #define xrun_debug(substream, mask) \ macro
131 ((substream)->pstr->xrun_debug & (mask))
133 #define xrun_debug(substream, mask) 0 macro
137 if (xrun_debug(substream, XRUN_DEBUG_STACK)) \
155 if (xrun_debug(substream, XRUN_DEBUG_BASIC)) { in __snd_pcm_xrun()
167 if (xrun_debug(substream, XRUN_DEBUG_BASIC)) { \
381 if (!xrun_debug(substream, XRUN_DEBUG_JIFFIESCHECK)) in snd_pcm_update_hw_ptr0()
Dpcm.c490 snd_iprintf(buffer, "%d\n", pstr->xrun_debug); in snd_pcm_xrun_debug_read()
499 pstr->xrun_debug = simple_strtoul(line, NULL, 10); in snd_pcm_xrun_debug_write()
/kernel/linux/linux-5.10/include/sound/
Dpcm.h504 unsigned int xrun_debug; /* 0 = disabled, 1 = verbose, 2 = stacktrace */ member