1SND_PCM_SUSPEND_ALL(9) PCM API SND_PCM_SUSPEND_ALL(9)
23
4
NAME
6snd_pcm_suspend_all - trigger SUSPEND to all substreams in the given
7pcm
8
SYNOPSIS
10int snd_pcm_suspend_all(struct snd_pcm * pcm);
11
ARGUMENTS
13pcm
14the PCM instance
15
DESCRIPTION
17After this call, all streams are changed to SUSPENDED state.
18
RETURN
20Zero if successful (or pcm is NULL), or a negative error code.
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 SND_PCM_SUSPEND_ALL(9)