1SND_PCM_PLAYBACK_AVA(9) Sound Devices SND_PCM_PLAYBACK_AVA(9)
23
4
NAME
6snd_pcm_playback_avail - Get the available (writable) space for
7playback
8
SYNOPSIS
10snd_pcm_uframes_t
11snd_pcm_playback_avail(struct snd_pcm_runtime * runtime);
12
ARGUMENTS
14runtime
15PCM runtime instance
16
DESCRIPTION
18Result is between 0 ... (boundary - 1)
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 SND_PCM_PLAYBACK_AVA(9)