Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/core/
H A 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)) { \
380 /* Do jiffies check only in xrun_debug mode */ in snd_pcm_update_hw_ptr0()
381 if (!xrun_debug(substream, XRUN_DEBUG_JIFFIESCHECK)) in snd_pcm_update_hw_ptr0()
H A Dpcm.c491 snd_iprintf(buffer, "%d\n", pstr->xrun_debug); in snd_pcm_xrun_debug_read()
500 pstr->xrun_debug = simple_strtoul(line, NULL, 10); in snd_pcm_xrun_debug_write()
522 entry = snd_info_create_card_entry(pcm->card, "xrun_debug", in snd_pcm_stream_proc_init()
/kernel/linux/linux-6.6/sound/core/
H A 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)) { \
406 /* Do jiffies check only in xrun_debug mode */ in snd_pcm_update_hw_ptr0()
407 if (!xrun_debug(substream, XRUN_DEBUG_JIFFIESCHECK)) in snd_pcm_update_hw_ptr0()
H A Dpcm.c493 snd_iprintf(buffer, "%d\n", pstr->xrun_debug); in snd_pcm_xrun_debug_read()
502 pstr->xrun_debug = simple_strtoul(line, NULL, 10); in snd_pcm_xrun_debug_write()
524 entry = snd_info_create_card_entry(pcm->card, "xrun_debug", in snd_pcm_stream_proc_init()
/kernel/linux/linux-5.10/include/sound/
H A Dpcm.h504 unsigned int xrun_debug; /* 0 = disabled, 1 = verbose, 2 = stacktrace */ member
/kernel/linux/linux-6.6/include/sound/
H A Dpcm.h507 unsigned int xrun_debug; /* 0 = disabled, 1 = verbose, 2 = stacktrace */ member

Completed in 21 milliseconds