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, int state);
10
ARGUMENTS
12substream
13the PCM substream instance
1415
state
16PCM state after stopping the stream
17
DESCRIPTION
19The state of each stream is then changed to the given state
20unconditionally.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. November 2011 SND_PCM_STOP(9)