Home
last modified time | relevance | path

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

/linux-6.1.9/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
/linux-6.1.9/sound/core/
Dpcm_lib.c131 #define xrun_debug(substream, mask) \ macro
132 ((substream)->pstr->xrun_debug & (mask))
134 #define xrun_debug(substream, mask) 0 macro
138 if (xrun_debug(substream, XRUN_DEBUG_STACK)) \
156 if (xrun_debug(substream, XRUN_DEBUG_BASIC)) { in __snd_pcm_xrun()
168 if (xrun_debug(substream, XRUN_DEBUG_BASIC)) { \
382 if (!xrun_debug(substream, XRUN_DEBUG_JIFFIESCHECK)) in snd_pcm_update_hw_ptr0()
Dpcm.c492 snd_iprintf(buffer, "%d\n", pstr->xrun_debug); in snd_pcm_xrun_debug_read()
501 pstr->xrun_debug = simple_strtoul(line, NULL, 10); in snd_pcm_xrun_debug_write()
/linux-6.1.9/include/sound/
Dpcm.h509 unsigned int xrun_debug; /* 0 = disabled, 1 = verbose, 2 = stacktrace */ member