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

NAME

6       snd_pcm_stop - try to stop all running streams in the substream group
7

SYNOPSIS

9       int snd_pcm_stop(struct snd_pcm_substream * substream,
10                        snd_pcm_state_t state);
11

ARGUMENTS

13       substream
14           the PCM substream instance
15
16       state
17           PCM state after stopping the stream
18

DESCRIPTION

20       The state of each stream is then changed to the given state
21       unconditionally.
22

RETURN

24       Zero if successful, or a negative error code.
25
27Kernel Hackers Manual 3.10         June 2019                   SND_PCM_STOP(9)
Impressum