1SND_PCM_STOP(9) PCM API SND_PCM_STOP(9)
23
4
NAME
6snd_pcm_stop - try to stop all running streams in the substream group
7
SYNOPSIS
9int snd_pcm_stop(struct snd_pcm_substream * substream,
10snd_pcm_state_t state);
11
ARGUMENTS
13substream
14the PCM substream instance
1516
state
17PCM state after stopping the stream
18
DESCRIPTION
20The state of each stream is then changed to the given state
21unconditionally.
22
COPYRIGHT
24Kernel Hackers Manual 2.6. June 2019 SND_PCM_STOP(9)