Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/sound/core/
Dpcm_lib.c156 #define xrun_debug(substream, mask) \ macro
157 ((substream)->pstr->xrun_debug & (mask))
159 #define xrun_debug(substream, mask) 0 macro
163 if (xrun_debug(substream, XRUN_DEBUG_STACK)) \
181 if (xrun_debug(substream, XRUN_DEBUG_BASIC)) { in __snd_pcm_xrun()
193 if (xrun_debug(substream, XRUN_DEBUG_BASIC)) { \
407 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-v6.6/include/sound/
Dpcm.h507 unsigned int xrun_debug; /* 0 = disabled, 1 = verbose, 2 = stacktrace */ member