1SND_PCM_RUNNING(9) Sound Devices SND_PCM_RUNNING(9)
23
4
NAME
6snd_pcm_running - Check whether the substream is in a running state
7
SYNOPSIS
9int snd_pcm_running(struct snd_pcm_substream * substream);
10
ARGUMENTS
12substream
13substream to check
14
DESCRIPTION
16Returns true if the given substream is in the state RUNNING, or in the
17state DRAINING for playback.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 SND_PCM_RUNNING(9)