Searched refs:xrun_debug (Results 1 - 3 of 3) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dpcm.h413 unsigned int xrun_debug; /* 0 = disabled, 1 = verbose, 2 = stacktrace */ member in struct:snd_pcm_str
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dpcm.c435 snd_iprintf(buffer, "%d\n", pstr->xrun_debug);
444 pstr->xrun_debug = simple_strtoul(line, NULL, 10);
475 if ((entry = snd_info_create_card_entry(pcm->card, "xrun_debug",
H A Dpcm_lib.c132 if (substream->pstr->xrun_debug) {
137 if (substream->pstr->xrun_debug > 1)
206 if (runtime->periods > 1 && substream->pstr->xrun_debug) {
208 if (substream->pstr->xrun_debug > 1)
251 if (runtime->periods > 2 && substream->pstr->xrun_debug) {
253 if (substream->pstr->xrun_debug > 1)

Completed in 145 milliseconds