Source position: pcm.inc line 329
type snd_pcm_xrun_t = (
SND_PCM_XRUN_NONE = 0,
SND_PCM_XRUN_STOP,
SND_PCM_XRUN_LAST = SND_PCM_XRUN_STOP
);