Home
last modified time | relevance | path

Searched refs:XRUN (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/sound/soc/sof/
DKconfig108 bool "SOF stop on XRUN"
110 This option forces PCMs to stop on any XRUN event. This is useful to
111 preserve any trace data ond pipeline status prior to the XRUN.
/Linux-v5.4/Documentation/sound/designs/
Dprocfile.rst104 * bit 0 = Enable XRUN/jiffies debug messages
105 * bit 1 = Show stack trace at XRUN / jiffies check
140 Triggers an XRUN to the running stream when any value is
/Linux-v5.4/sound/core/
Dpcm.c233 #define XRUN(v) [SNDRV_PCM_XRUN_##v] = #v macro
250 STATE(XRUN),