1SND_PCM_STOP_XRUN(9)                PCM API               SND_PCM_STOP_XRUN(9)
2
3
4

NAME

6       snd_pcm_stop_xrun - stop the running streams as XRUN
7

SYNOPSIS

9       int snd_pcm_stop_xrun(struct snd_pcm_substream * substream);
10

ARGUMENTS

12       substream
13           the PCM substream instance
14

DESCRIPTION

16       This stops the given running substream (and all linked substreams) as
17       XRUN. Unlike snd_pcm_stop, this function takes the substream lock by
18       itself.
19

RETURN

21       Zero if successful, or a negative error code.
22
24Kernel Hackers Manual 3.10         June 2019              SND_PCM_STOP_XRUN(9)
Impressum