1SND_PCM_STOP_XRUN(9) PCM API SND_PCM_STOP_XRUN(9)
23
4
NAME
6snd_pcm_stop_xrun - stop the running streams as XRUN
7
SYNOPSIS
9int snd_pcm_stop_xrun(struct snd_pcm_substream * substream);
10
ARGUMENTS
12substream
13the PCM substream instance
14
DESCRIPTION
16This stops the given running substream (and all linked substreams) as
17XRUN. Unlike snd_pcm_stop, this function takes the substream lock by
18itself.
19
RETURN
21Zero if successful, or a negative error code.
22
COPYRIGHT
24Kernel Hackers Manual 3.10 June 2019 SND_PCM_STOP_XRUN(9)