Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/sound/soc/sof/
DKconfig138 bool "SOF stop on XRUN"
140 This option forces PCMs to stop on any XRUN event. This is useful to
141 preserve any trace data and pipeline status prior to the XRUN.
/Linux-v5.15/sound/core/
Dpcm.c233 #define XRUN(v) [SNDRV_PCM_XRUN_##v] = #v macro
250 STATE(XRUN),